mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-06 13:26:29 -04:00
Remove unused sys_ret variable
This commit is contained in:
parent
a665bff1bd
commit
c8577e3d83
@ -1179,7 +1179,6 @@ void Popen::execute_process() throw (CalledProcessError, OSError)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int sys_ret = -1;
|
|
||||||
close (err_wr_pipe);// close child side of pipe, else get stuck in read below
|
close (err_wr_pipe);// close child side of pipe, else get stuck in read below
|
||||||
|
|
||||||
stream_.close_child_fds();
|
stream_.close_child_fds();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user