replace unhexify with hex2bin
[deliverable/binutils-gdb.git] / gdb / common / rsp-low.h
index e1944cf92a8f6b75621a529a99c7c2538752df55..b793f1533e53c6a59ff1f343c9106b811364b4fb 100644 (file)
@@ -36,8 +36,6 @@ extern char *unpack_varlen_hex (char *buff, ULONGEST *result);
 
 extern int hex2bin (const char *hex, gdb_byte *bin, int count);
 
-extern int unhexify (char *bin, const char *hex, int count);
-
 extern void convert_ascii_to_int (const char *from, unsigned char *to, int n);
 
 extern int bin2hex (const gdb_byte *bin, char *hex, int count);
This page took 0.022931 seconds and 4 git commands to generate.