mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 03:54:33 +00:00
* language.h (longest_raw_hex_string): Remove unused declaration.
This commit is contained in:
parent
626aaf8909
commit
078bc676bd
@ -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:
|
||||
|
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user