瀏覽代碼

COMP: remove warning

Bill Hoffman 19 年之前
父節點
當前提交
6b7bf34341
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)
     {