diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index bb03024..1a83cb5 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -124,10 +124,6 @@ extern void val_print_array_elements (struct type *, const gdb_byte *, int, extern void val_print_type_code_int (struct type *, const gdb_byte *, struct ui_file *); -extern void val_print_type_code_flags (struct type *type, - const gdb_byte *valaddr, - struct ui_file *stream); - extern void val_print_scalar_formatted (struct type *, const gdb_byte *, int, const struct value *, |