OSDN Git Service

* inflow.c (kill_command): Delete left over static declaration.
authorpalves <palves>
Fri, 22 May 2009 10:52:25 +0000 (10:52 +0000)
committerpalves <palves>
Fri, 22 May 2009 10:52:25 +0000 (10:52 +0000)
gdb/ChangeLog
gdb/inflow.c

index 8b55328..1d9bf34 100644 (file)
@@ -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.
index 27995cc..d71fb81 100644 (file)
@@ -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);
 \f
 /* Record terminal status separately for debugger and inferior.  */