This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] left over kill_command declaration.


Left behind from the recent move.  Checked in.

-- 
Pedro Alves

2009-05-22  Pedro Alves  <pedro@codesourcery.com>

	* inflow.c (kill_command): Delete left over static declaration.

---
 gdb/inflow.c |    2 --
 1 file changed, 2 deletions(-)

Index: src/gdb/inflow.c
===================================================================
--- src.orig/gdb/inflow.c	2009-05-22 11:49:03.000000000 +0100
+++ src/gdb/inflow.c	2009-05-22 11:49:11.000000000 +0100
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]