x86/Linux: reenable all-stop on top of non-stop
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 6423ecc998e8f043c62468cb202b949d0a9addab..eb9f5bb91f6d81123cbf24bb7d66c14cd88e9645 100644 (file)
@@ -4582,8 +4582,6 @@ linux_nat_supports_non_stop (struct target_ops *self)
 static int
 linux_nat_always_non_stop_p (struct target_ops *self)
 {
-  if (linux_ops->to_always_non_stop_p != NULL)
-    return linux_ops->to_always_non_stop_p (linux_ops);
   return 1;
 }
 
This page took 0.024158 seconds and 4 git commands to generate.