Parcourir la source

COMP: remove warning

Bill Hoffman il y a 19 ans
Parent
commit
6b7bf34341
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Source/kwsys/ProcessUNIX.c

+ 0 - 1
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)
     {