* 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

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