This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[ob] left over kill_command declaration.
- From: Pedro Alves <pedro at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 22 May 2009 11:52:47 +0100
- Subject: [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. */