diff options
Diffstat (limited to 'gdb/remote.h')
-rw-r--r-- | gdb/remote.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote.h b/gdb/remote.h index 98c47b1..46b73d9 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -39,12 +39,6 @@ extern void getpkt (char **buf, long *sizeof_buf, int forever); extern int putpkt (char *buf); -extern int hex2bin (const char *hex, gdb_byte *bin, int count); - -extern int bin2hex (const gdb_byte *bin, char *hex, int count); - -extern char *unpack_varlen_hex (char *buff, ULONGEST *result); - void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes, const struct target_desc *tdesc); void register_remote_support_xml (const char *); |