From 6b2725be3958d540c33dce134499521dda0c7a48 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 5 Feb 2002 22:01:49 +0000 Subject: [PATCH] 2002-02-05 Daniel Jacobowitz * gdbserver/linux-low.c (kill_inferior): Remove commented out code. --- gdb/ChangeLog | 5 +++++ gdb/gdbserver/linux-low.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index efae7374a1..c56a6b3404 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-02-05 Daniel Jacobowitz + + * gdbserver/linux-low.c (kill_inferior): Remove commented out + code. + 2002-02-05 Daniel Jacobowitz * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX. diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 5b05af1721..2aa0fe5a86 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. */