diff options
-rw-r--r-- | Source/kwsys/ProcessUNIX.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index 4452bf0..cf44262 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -2440,7 +2440,6 @@ static int kwsysProcessesAdd(kwsysProcess* cp) given process object that a child has exited. */ { /* Create the pipe. */ - int oldfl[2]; int p[2]; if(pipe(p) < 0) { |