Remove breakpoint_ops from init_ada_exception_breakpoint

init_ada_exception_breakpoint is only ever passed a single
breakpoint_ops structure, so remove the parameter.
This commit is contained in:
Tom Tromey
2022-01-16 19:03:46 -07:00
parent 8d89123dc2
commit a48ddc0d6a
3 changed files with 2 additions and 4 deletions

View File

@@ -1518,7 +1518,6 @@ extern void
struct gdbarch *gdbarch,
struct symtab_and_line sal,
const char *addr_string,
const struct breakpoint_ops *ops,
int tempflag,
int enabled,
int from_tty);