summaryrefslogtreecommitdiff
path: root/gdb/remote.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-06-30 17:14:59 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-06-30 17:14:59 +0000
commitc1f0e9fd24a630334030c8cde22ba3cff47fd897 (patch)
treee15d3c9e9facda509ee3709e9fb695c3822a95bc /gdb/remote.h
parentf47b3575370c851516ee4d32c2927db950e1b2cc (diff)
downloadgdb-c1f0e9fd24a630334030c8cde22ba3cff47fd897.tar.gz
gdb/
Code cleanup. * remote.c (async_remote_interrupt_twice): Make it static. * remote.h (async_remote_interrupt_twice): Remove the declaration.
Diffstat (limited to 'gdb/remote.h')
-rw-r--r--gdb/remote.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote.h b/gdb/remote.h
index b95370c21f5..c036db71bb8 100644
--- a/gdb/remote.h
+++ b/gdb/remote.h
@@ -45,8 +45,6 @@ extern int bin2hex (const gdb_byte *bin, char *hex, int count);
extern char *unpack_varlen_hex (char *buff, ULONGEST *result);
-extern void async_remote_interrupt_twice (void *arg);
-
void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
const struct target_desc *tdesc);
void register_remote_support_xml (const char *);