diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-05 22:01:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-05 22:01:49 +0000 |
commit | 6b2725be3958d540c33dce134499521dda0c7a48 (patch) | |
tree | 7c4471bb3fd41f982f3b1f258134c3e3e92da071 /gdb/gdbserver | |
parent | fca9e6033a164bf34a58031cb59b276bf5412289 (diff) | |
download | gdb-6b2725be3958d540c33dce134499521dda0c7a48.zip gdb-6b2725be3958d540c33dce134499521dda0c7a48.tar.gz gdb-6b2725be3958d540c33dce134499521dda0c7a48.tar.bz2 |
2002-02-05 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/linux-low.c (kill_inferior): Remove commented out
code.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/linux-low.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 5b05af1..2aa0fe5 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -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. */ |