From 32a899b2dbd4c723cc8fb8ed4dcaa9c63190aa42 Mon Sep 17 00:00:00 2001 From: Bill Hoffman <bill.hoffman@kitware.com> Date: Tue, 5 Dec 2006 09:02:32 -0500 Subject: [PATCH] COMP: remove warning --- ProcessUNIX.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ProcessUNIX.c b/ProcessUNIX.c index d2e8bfb..c217d07 100644 --- a/ProcessUNIX.c +++ b/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) { -- GitLab