changeset 101682:a73b9c0323c2

* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]: * w32term.c (w32_read_socket) [SYNC_INPUT]: Remove; this code is not used on Windows.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Jan 2009 18:01:40 +0000
parents 9bc864ce1de6
children 1c8fb01a3229
files src/ChangeLog src/w32inevt.c src/w32term.c
diffstat 3 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 30 17:38:14 2009 +0000
+++ b/src/ChangeLog	Fri Jan 30 18:01:40 2009 +0000
@@ -1,3 +1,9 @@
+2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
+	* w32term.c (w32_read_socket) [SYNC_INPUT]:
+	Remove; this code is not used on Windows.
+
 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
 
 	* coding.c (detect_eol, decode_eol): Handle text with DOS-style
--- a/src/w32inevt.c	Fri Jan 30 17:38:14 2009 +0000
+++ b/src/w32inevt.c	Fri Jan 30 18:01:40 2009 +0000
@@ -651,16 +651,10 @@
   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;
 
   for (;;)
--- a/src/w32term.c	Fri Jan 30 17:38:14 2009 +0000
+++ b/src/w32term.c	Fri Jan 30 18:01:40 2009 +0000
@@ -4078,16 +4078,10 @@
   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.  */