diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 9086cd2..e6540ad 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -235,7 +235,6 @@ set_observer_mode (char *args, int from_tty, going out we leave it that way. */ if (observer_mode) { - target_async_permitted = 1; pagination_enabled = 0; non_stop = non_stop_1 = 1; } |