mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 12:56:23 -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
|
||||
{
|
||||
int sys_ret = -1;
|
||||
close (err_wr_pipe);// close child side of pipe, else get stuck in read below
|
||||
|
||||
stream_.close_child_fds();
|
||||
|
Loading…
x
Reference in New Issue
Block a user