diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 1f687de4354..9cb51a48dfd 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -433,10 +433,6 @@ post_create_inferior (struct target_ops *target, int from_tty) #else solib_create_inferior_hook (); #endif - - /* Enable any breakpoints which were disabled when the - underlying shared library was deleted. */ - re_enable_breakpoints_in_shlibs (); } observer_notify_inferior_created (target, from_tty); |