Skip to content
Snippets Groups Projects
Commit 32a899b2 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

COMP: remove warning

parent 8f2f3e3e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment