From 88c0ab9dd995d4719c640134a75f11abfad249be Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 22 May 2009 10:52:26 +0000 Subject: * inflow.c (kill_command): Delete left over static declaration. --- gdb/inflow.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/inflow.c') diff --git a/gdb/inflow.c b/gdb/inflow.c index 27995cc0f87..d71fb8177cb 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. */ -- cgit v1.2.1