COMP: remove warning

This commit is contained in:
Bill Hoffman 2006-12-05 09:02:32 -05:00
parent 0c381a2ce8
commit 6b7bf34341
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{