aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-30 18:01:40 +0000
committerJuanma Barranquero2009-01-30 18:01:40 +0000
commit8984df7cbdf0349d40c9f1976eec1c01d9fbb3c2 (patch)
tree0d82301d86bc8c9f71c04b78f27297445f20e7b1 /src/w32term.c
parent805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a (diff)
downloademacs-8984df7cbdf0349d40c9f1976eec1c01d9fbb3c2.tar.gz
emacs-8984df7cbdf0349d40c9f1976eec1c01d9fbb3c2.zip
* 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.c6
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)
4078 if (interrupt_input_blocked) 4078 if (interrupt_input_blocked)
4079 { 4079 {
4080 interrupt_input_pending = 1; 4080 interrupt_input_pending = 1;
4081#ifdef SYNC_INPUT
4082 pending_signals = 1;
4083#endif
4084 return -1; 4081 return -1;
4085 } 4082 }
4086 4083
4087 interrupt_input_pending = 0; 4084 interrupt_input_pending = 0;
4088#ifdef SYNC_INPUT
4089 pending_signals = pending_atimers;
4090#endif
4091 BLOCK_INPUT; 4085 BLOCK_INPUT;
4092 4086
4093 /* So people can tell when we have read the available input. */ 4087 /* So people can tell when we have read the available input. */