+2009-08-13 Tom Tromey <tromey@redhat.com>
+
+ * language.h (longest_raw_hex_string): Remove unused declaration.
+
2009-08-13 Pedro Alves <pedro@codesourcery.com>
PR gdb/8869:
&& ((c) < 0x7F || (c) >= 0xA0) \
&& (!sevenbit_strings || (c) < 0x80))
-#if 0
-/* FIXME: cagney/2000-03-04: This function does not appear to be used.
- It can be deleted once 5.0 has been released. */
-/* Return a string that contains the hex digits of the number. No preceeding
- "0x" */
-
-extern char *longest_raw_hex_string (LONGEST);
-#endif
-
/* Type predicates */
extern int simple_type (struct type *);