ERR: Removed unused variables.
This commit is contained in:
parent
2db5cc8c31
commit
bd2590ddb5
@ -609,7 +609,6 @@ void kwsysProcess_Execute(kwsysProcess* cp)
|
|||||||
for(i=0; i < cp->PipeCount; ++i)
|
for(i=0; i < cp->PipeCount; ++i)
|
||||||
{
|
{
|
||||||
HANDLE writeEnd;
|
HANDLE writeEnd;
|
||||||
DWORD dummy=0;
|
|
||||||
|
|
||||||
/* The pipe is not closed. */
|
/* The pipe is not closed. */
|
||||||
cp->Pipe[i].Closed = 0;
|
cp->Pipe[i].Closed = 0;
|
||||||
@ -884,7 +883,6 @@ int kwsysProcess_WaitForExit(kwsysProcess* cp, double* userTimeout)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int pipe = 0;
|
int pipe = 0;
|
||||||
int pipesLeft = cp->PipeCount;
|
|
||||||
|
|
||||||
/* Buffer for child's return value. */
|
/* Buffer for child's return value. */
|
||||||
int childReturnValue = 0;
|
int childReturnValue = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user