Remove ptid_equal
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index bb6ad25bb75fd44144ca081a61570f65b0e69a06..2aa6816994c1dcbd0fdb5ae4266bb50268ed4a12 100644 (file)
@@ -55,7 +55,7 @@ inferior_event_handler (enum inferior_event_type event_type,
 
       /* Do all continuations associated with the whole inferior (not
         a particular thread).  */
-      if (!ptid_equal (inferior_ptid, null_ptid))
+      if (inferior_ptid != null_ptid)
        do_all_inferior_continuations (0);
 
       /* When running a command list (from a user command, say), these
This page took 0.025743 seconds and 4 git commands to generate.