In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/914fe77b19373158b518867d87fd5f14edbb89a6?hp=696b36f024227848148d44bb64191334f3666f36>

- Log -----------------------------------------------------------------
commit 914fe77b19373158b518867d87fd5f14edbb89a6
Author: H.Merijn Brand - Tux <[email protected]>
Date:   Tue Jul 15 15:47:55 2014 +0200

    Last missed change from perl
    
    Should be in sync now
-----------------------------------------------------------------------

Summary of changes:
 U/compline/nblock_io.U | 1 -
 1 file changed, 1 deletion(-)

diff --git a/U/compline/nblock_io.U b/U/compline/nblock_io.U
index 6546ae4..73a190c 100644
--- a/U/compline/nblock_io.U
+++ b/U/compline/nblock_io.U
@@ -186,7 +186,6 @@ int main()
        if (ret != 0)
                exit(3);
        if (0 != fork()) {
-               int ret;
                close(pd[1]);   /* Parent reads from pd[0] */
                close(pu[0]);   /* Parent writes (blocking) to pu[1] */
 #ifdef F_SETFL

--
perl5 metaconfig repository

Reply via email to