mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
COMP: remove warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user