OSDN Git Service

* language.h (longest_raw_hex_string): Remove unused declaration.
authorTom Tromey <tromey@redhat.com>
Thu, 13 Aug 2009 17:06:20 +0000 (17:06 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 13 Aug 2009 17:06:20 +0000 (17:06 +0000)
gdb/ChangeLog
gdb/language.h

index 8c69a5b..7f960f9 100644 (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:
index ba37faa..c650e07 100644 (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 *);