From 47e1ce27f4c242d3312b84658a4d0cc8829224f9 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 30 Jun 2013 17:14:59 +0000 Subject: gdb/ Code cleanup. * remote.c (async_remote_interrupt_twice): Make it static. * remote.h (async_remote_interrupt_twice): Remove the declaration. --- gdb/remote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/remote.c') diff --git a/gdb/remote.c b/gdb/remote.c index a29fe23..1d6ac90 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -97,7 +97,7 @@ static int getpkt_or_notif_sane (char **buf, long *sizeof_buf, static void handle_remote_sigint (int); static void handle_remote_sigint_twice (int); static void async_remote_interrupt (gdb_client_data); -void async_remote_interrupt_twice (gdb_client_data); +static void async_remote_interrupt_twice (gdb_client_data); static void remote_files_info (struct target_ops *ignore); @@ -5022,7 +5022,7 @@ async_remote_interrupt (gdb_client_data arg) /* Perform interrupt, if the first attempt did not succeed. Just give up on the target alltogether. */ -void +static void async_remote_interrupt_twice (gdb_client_data arg) { if (remote_debug) -- cgit v1.1