From bd2590ddb5a4f1b495b007ba33c8b9a05b50c751 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 11 Jun 2003 09:44:48 -0400 Subject: ERR: Removed unused variables. --- Source/kwsys/ProcessWin32.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c index 3b7c377..ecb703a 100644 --- a/Source/kwsys/ProcessWin32.c +++ b/Source/kwsys/ProcessWin32.c @@ -609,7 +609,6 @@ void kwsysProcess_Execute(kwsysProcess* cp) for(i=0; i < cp->PipeCount; ++i) { HANDLE writeEnd; - DWORD dummy=0; /* The pipe is not closed. */ cp->Pipe[i].Closed = 0; @@ -884,7 +883,6 @@ int kwsysProcess_WaitForExit(kwsysProcess* cp, double* userTimeout) { int i; int pipe = 0; - int pipesLeft = cp->PipeCount; /* Buffer for child's return value. */ int childReturnValue = 0; -- cgit v0.12