diff options
Diffstat (limited to 'gdb/solib-spu.c')
-rw-r--r-- | gdb/solib-spu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-spu.c b/gdb/solib-spu.c index 94a77fb..75e6236 100644 --- a/gdb/solib-spu.c +++ b/gdb/solib-spu.c @@ -367,10 +367,6 @@ spu_enable_break (struct objfile *objfile) static void spu_solib_create_inferior_hook (int from_tty) { - /* Remove all previously installed solib breakpoints. Both the SVR4 - code and us will re-install all required breakpoints. */ - remove_solib_event_breakpoints (); - /* Handle SPE stand-alone executables. */ if (spu_standalone_p ()) { |