diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index a212227..c36c1a7 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -69,9 +69,6 @@ #define O_LARGEFILE 0 #endif -extern int hex2bin (const char *hex, gdb_byte *bin, int count); -extern int bin2hex (const gdb_byte *bin, char *hex, int count); - /* Maximum length of an agent aexpression. This accounts for the fact that packets are limited to 400 bytes (which includes everything -- including the checksum), and assumes |