Remove ptid_equal
[deliverable/binutils-gdb.git] / gdb / common / agent.c
index 65d5f1938b88d9458f099c892f9c9bfce0c5c01e..8f80aee53320545cdb2a6c438bdca6dd2126d11b 100644 (file)
@@ -234,7 +234,7 @@ agent_run_command (int pid, const char *cmd, int len)
     return -1;
 
   /* Need to read response with the inferior stopped.  */
-  if (!ptid_equal (ptid, null_ptid))
+  if (ptid != null_ptid)
     {
       /* Stop thread PTID.  */
       DEBUG_AGENT ("agent: stop helper thread\n");
This page took 0.025732 seconds and 4 git commands to generate.