aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/inflow.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8b55328..1d9bf34 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2009-05-22 Pedro Alves <pedro@codesourcery.com>
+ * inflow.c (kill_command): Delete left over static declaration.
+
+2009-05-22 Pedro Alves <pedro@codesourcery.com>
+
* bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
Include exec.h.
(struct section_closure): Delete.
diff --git a/gdb/inflow.c b/gdb/inflow.c
index 27995cc..d71fb81 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -51,8 +51,6 @@ extern void _initialize_inflow (void);
static void pass_signal (int);
-static void kill_command (char *, int);
-
static void terminal_ours_1 (int);
/* Record terminal status separately for debugger and inferior. */