COMP: remove warning
This commit is contained in:
parent
0c381a2ce8
commit
6b7bf34341
|
@ -2440,7 +2440,6 @@ static int kwsysProcessesAdd(kwsysProcess* cp)
|
||||||
given process object that a child has exited. */
|
given process object that a child has exited. */
|
||||||
{
|
{
|
||||||
/* Create the pipe. */
|
/* Create the pipe. */
|
||||||
int oldfl[2];
|
|
||||||
int p[2];
|
int p[2];
|
||||||
if(pipe(p) < 0)
|
if(pipe(p) < 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue