diff options
author | Jeff Law <law@redhat.com> | 1996-04-28 03:35:58 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-28 03:35:58 +0000 |
commit | e6e4560d7867908411381eba6f111552590599b8 (patch) | |
tree | 57ae234b8f937ba6fdf0a32886f0c7abf3de1789 /gdb/infrun.c | |
parent | 00d93b6d5eacdb747070b7cdde8c01666abf2033 (diff) | |
download | gdb-e6e4560d7867908411381eba6f111552590599b8.zip gdb-e6e4560d7867908411381eba6f111552590599b8.tar.gz gdb-e6e4560d7867908411381eba6f111552590599b8.tar.bz2 |
Remove some #if 0 code which creeped into wait_for_inferior during
my previous change.
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); |