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

@ -1,3 +1,8 @@
2002-02-05 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/linux-low.c (kill_inferior): Remove commented out
code.
2002-02-05 Daniel Jacobowitz <drow@mvista.com>
* c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.

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. */