aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r--gdb/infcmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index 1f687de..9cb51a4 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);