mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Remove some #if 0 code which creeped into wait_for_inferior during
my previous change.
This commit is contained in:
parent
00d93b6d5e
commit
e6e4560d78
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user