diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-01-30 18:01:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-01-30 18:01:40 +0000 |
commit | 8984df7cbdf0349d40c9f1976eec1c01d9fbb3c2 (patch) | |
tree | 0d82301d86bc8c9f71c04b78f27297445f20e7b1 /src/w32term.c | |
parent | 805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a (diff) | |
download | emacs-8984df7cbdf0349d40c9f1976eec1c01d9fbb3c2.tar.gz |
* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
* w32term.c (w32_read_socket) [SYNC_INPUT]:
Remove; this code is not used on Windows.
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32term.c b/src/w32term.c index 6e2f9ffa4dc..7ad7778feaa 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -4078,16 +4078,10 @@ w32_read_socket (sd, expected, hold_quit) if (interrupt_input_blocked) { interrupt_input_pending = 1; -#ifdef SYNC_INPUT - pending_signals = 1; -#endif return -1; } interrupt_input_pending = 0; -#ifdef SYNC_INPUT - pending_signals = pending_atimers; -#endif BLOCK_INPUT; /* So people can tell when we have read the available input. */ |