diff options
Diffstat (limited to 'gdb/ser-go32.c')
-rw-r--r-- | gdb/ser-go32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index 3d336f7..a8521f2 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -623,7 +623,6 @@ dos_readchar (serial_t scb, int timeout) { if (timeout >= 0 && (rawclock () - then) >= 0) return SERIAL_TIMEOUT; - notice_quit (); } return c; |