summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 935c2e146f9..cbd0f0606a1 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 **);