* inflow.c (kill_command): Delete left over static declaration.
authorPedro Alves <palves@redhat.com>
Fri, 22 May 2009 10:52:26 +0000 (10:52 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 22 May 2009 10:52:26 +0000 (10:52 +0000)
gdb/ChangeLog
gdb/inflow.c

index 8b55328c89d2b104771bcda9cad26de7d681fbdd..1d9bf3491849bd60dba49c321afb4b92ae580483 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 27995cc0f87acae7891a1721de3be303f8614b9b..d71fb8177cb15045a5f8b3dfd98cefd04c39fd91 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.  */