* sigproc.cc (proc_subproc): Delete unused variable child.
This commit is contained in:
parent
f8957493e8
commit
2af359986f
@ -1,3 +1,7 @@
|
|||||||
|
2012-11-08 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* sigproc.cc (proc_subproc): Delete unused variable child.
|
||||||
|
|
||||||
2012-11-08 Christopher Faylor <me.cygwin2012@cgf.cx>
|
2012-11-08 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special
|
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special
|
||||||
|
@ -181,7 +181,6 @@ proc_subproc (DWORD what, DWORD val)
|
|||||||
{
|
{
|
||||||
int rc = 1;
|
int rc = 1;
|
||||||
int potential_match;
|
int potential_match;
|
||||||
_pinfo *child;
|
|
||||||
int clearing;
|
int clearing;
|
||||||
waitq *w;
|
waitq *w;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user