diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 7f644bd..80cb5ba 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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); |