Multi-target support
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index a9bb8d22af753333993763970a49c8c9a7b09fcf..48330948895085e4ec8e82f35d77276c0457439a 100644 (file)
@@ -206,7 +206,7 @@ inf_child_target::mourn_inferior ()
 void
 inf_child_target::maybe_unpush_target ()
 {
-  if (!inf_child_explicitly_opened && !have_inferiors ())
+  if (!inf_child_explicitly_opened)
     unpush_target (this);
 }
 
This page took 0.031006 seconds and 4 git commands to generate.