diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h index fb6f81f..cfc8cae 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -1065,9 +1065,6 @@ extern void print_longest (struct ui_file *stream, int format, extern void print_floating (const gdb_byte *valaddr, struct type *type, struct ui_file *stream); -extern void print_decimal_floating (const gdb_byte *valaddr, struct type *type, - struct ui_file *stream); - extern void value_print (struct value *val, struct ui_file *stream, const struct value_print_options *options); |