2002-02-05 Daniel Jacobowitz <drow@mvista.com>

* gdbserver/linux-low.c (kill_inferior): Remove commented out
        code.
This commit is contained in:
Daniel Jacobowitz 2002-02-05 22:01:49 +00:00
parent fca9e6033a
commit 6b2725be39
2 changed files with 5 additions and 1 deletions

View file

@ -101,7 +101,6 @@ kill_inferior (void)
return;
ptrace (PTRACE_KILL, inferior_pid, 0, 0);
wait (0);
/*************inferior_died ();****VK**************/
}
/* Return nonzero if the given thread is still alive. */