--- support/sdbinutils/bfd/asxxxx.c.orig	2014-04-26 16:12:40.000000000 -0400
+++ support/sdbinutils/bfd/asxxxx.c	2014-04-26 16:12:53.000000000 -0400
@@ -166,8 +166,6 @@
 
 /* Macros for converting between hex and binary.  */
 
-static const char digs[] = "0123456789ABCDEF";
-
 #define NIBBLE(x)    hex_value(x)
 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1]))
 #define TOHEX(d, x, ch) \