* language.h (longest_raw_hex_string): Remove unused declaration.

This commit is contained in:
Tom Tromey 2009-08-13 17:06:21 +00:00
parent 626aaf8909
commit 078bc676bd
2 changed files with 4 additions and 9 deletions

View File

@ -1,3 +1,7 @@
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:

View File

@ -411,15 +411,6 @@ extern enum language set_language (enum language);
&& ((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 *);