aboutsummaryrefslogtreecommitdiff
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
commit47e1ce27f4c242d3312b84658a4d0cc8829224f9 (patch)
tree2b43c9f20ae0a0472a553ae6f3e1179caeed5001 /gdb/remote.h
parente82839d425857fb5c30ec01faab12263baddfd99 (diff)
downloadfsf-binutils-gdb-47e1ce27f4c242d3312b84658a4d0cc8829224f9.zip
fsf-binutils-gdb-47e1ce27f4c242d3312b84658a4d0cc8829224f9.tar.gz
fsf-binutils-gdb-47e1ce27f4c242d3312b84658a4d0cc8829224f9.tar.bz2
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 b95370c..c036db7 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 *);