summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-05 14:02:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-05 14:02:32 (GMT)
commit6b7bf34341dbb95affc38cd1676945e954636ddc (patch)
tree45279d71e496d8bdf37df209a44239995810c8a9 /Source/kwsys
parent0c381a2ce820db730cf995b6dbd2e6e4050cb358 (diff)
downloadCMake-6b7bf34341dbb95affc38cd1676945e954636ddc.zip
CMake-6b7bf34341dbb95affc38cd1676945e954636ddc.tar.gz
CMake-6b7bf34341dbb95affc38cd1676945e954636ddc.tar.bz2
COMP: remove warning
Diffstat (limited to 'Source/kwsys')
-rw-r--r--Source/kwsys/ProcessUNIX.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index 4452bf0..cf44262 100644
--- a/Source/kwsys/ProcessUNIX.c
+++ b/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)
{