diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8f2cbad..7d92964 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -6982,19 +6982,6 @@ catch_command_1 (char *arg, int tempflag, int from_tty) } } -/* Used by the gui, could be made a worker for other things. */ - -struct breakpoint * -set_breakpoint_sal (struct symtab_and_line sal) -{ - struct breakpoint *b; - b = set_raw_breakpoint (sal, bp_breakpoint); - set_breakpoint_count (breakpoint_count + 1); - b->number = breakpoint_count; - b->thread = -1; - return b; -} - static void catch_command (char *arg, int from_tty) { |