2004-09-13 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / utils.c
index 6a47441f55a768c668d6d3699fbd5e8e71d2b7d0..1c7b73882a58c3041105f568a3c0cef045be780a 100644 (file)
@@ -1802,12 +1802,7 @@ prompt_for_continue (void)
       while (*p == ' ' || *p == '\t')
        ++p;
       if (p[0] == 'q')
-       {
-         if (!event_loop_p)
-           request_quit (SIGINT);
-         else
-           async_request_quit (0);
-       }
+       async_request_quit (0);
       xfree (ignore);
     }
   immediate_quit--;
This page took 0.024729 seconds and 4 git commands to generate.