diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 935c2e1..cbd0f06 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -181,9 +181,7 @@ extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *, const struct value_print_options *); struct value *ada_convert_actual (struct value *actual, - struct type *formal_type0, - struct gdbarch *gdbarch, - CORE_ADDR *sp); + struct type *formal_type0); extern struct value *ada_value_subscript (struct value *, int, struct value **); |