diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-10-19 17:44:15 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-12-23 20:53:14 +0000 |
commit | 016382f8a43a59eca49f68c7d8b8058f64eaf40f (patch) | |
tree | 359e22a202dee3bd441ca787efc1ec4b3c994b7b /gdb/valprint.h | |
parent | 05ecfa4726c453a3f863a84ae847052c6d1b067b (diff) | |
download | gdb-016382f8a43a59eca49f68c7d8b8058f64eaf40f.zip gdb-016382f8a43a59eca49f68c7d8b8058f64eaf40f.tar.gz gdb-016382f8a43a59eca49f68c7d8b8058f64eaf40f.tar.bz2 |
gdb: delete unused function print_char_chars
Spotted that print_char_chars appears to be unused, delete it. There
should be no user visible changes after this commit.
gdb/ChangeLog:
* valprint.c (print_char_chars): Delete definition.
* valprint.h (print_char_chars): Delete declaration.
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index ef9ebfa..47f6ed0 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -157,9 +157,6 @@ extern void print_decimal_chars (struct ui_file *, const gdb_byte *, extern void print_hex_chars (struct ui_file *, const gdb_byte *, unsigned int, enum bfd_endian, bool); -extern void print_char_chars (struct ui_file *, struct type *, - const gdb_byte *, unsigned int, enum bfd_endian); - extern void print_function_pointer_address (const struct value_print_options *options, struct gdbarch *gdbarch, CORE_ADDR address, |