diff options
Diffstat (limited to 'gdb/solib-som.c')
-rw-r--r-- | gdb/solib-som.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-som.c b/gdb/solib-som.c index 6540d0b..1ac83e1 100644 --- a/gdb/solib-som.c +++ b/gdb/solib-som.c @@ -192,10 +192,6 @@ som_solib_create_inferior_hook (int from_tty) char buf[4]; CORE_ADDR anaddr; - /* First, remove all the solib event breakpoints. Their addresses - may have changed since the last time we ran the program. */ - remove_solib_event_breakpoints (); - if (symfile_objfile == NULL) return; |