Remove some #if 0 code which creeped into wait_for_inferior during
authorJeff Law <law@redhat.com>
Sun, 28 Apr 1996 03:35:58 +0000 (03:35 +0000)
committerJeff Law <law@redhat.com>
Sun, 28 Apr 1996 03:35:58 +0000 (03:35 +0000)
my previous change.

gdb/infrun.c

index 7f644bd..80cb5ba 100644 (file)
@@ -722,10 +722,6 @@ wait_for_inferior ()
        {
          struct target_waitstatus tmpstatus;
 
-#if 0
-         resume (1,0);
-         continue;
-#endif
          registers_changed ();
          target_resume (pid, 1, TARGET_SIGNAL_0);