Remove some #if 0 code which creeped into wait_for_inferior during

my previous change.
This commit is contained in:
Jeff Law 1996-04-28 03:35:58 +00:00
parent 00d93b6d5e
commit e6e4560d78
1 changed files with 0 additions and 4 deletions

View 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);