diff options
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index 6e7b714..9ac04a2 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -336,9 +336,6 @@ osf_solib_create_inferior_hook (void) suppresses the warning. */ solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add); stop_soon = NO_STOP_QUIETLY; - - /* Enable breakpoints disabled (unnecessarily) by clear_solib(). */ - re_enable_breakpoints_in_shlibs (); } /* target_so_ops callback. Do additional symbol handling, lookup, etc. after |