* sigproc.cc (proc_subproc): Delete unused variable child.

This commit is contained in:
Corinna Vinschen 2012-11-08 18:41:58 +00:00
parent f8957493e8
commit 2af359986f
2 changed files with 4 additions and 1 deletions

View File

@ -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>
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special

View File

@ -181,7 +181,6 @@ proc_subproc (DWORD what, DWORD val)
{
int rc = 1;
int potential_match;
_pinfo *child;
int clearing;
waitq *w;