diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index ae0b2aa..9ce6131 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -37,11 +37,6 @@ extern void pascal_print_type (struct type *, const char *, struct ui_file *, extern void pascal_print_typedef (struct type *, struct symbol *, struct ui_file *); -extern void pascal_val_print (struct type *, int, - CORE_ADDR, struct ui_file *, int, - struct value *, - const struct value_print_options *); - /* Implement la_value_print_inner for Pascal. */ extern void pascal_value_print_inner (struct value *, struct ui_file *, int, |