src/w32term.c (w32_read_socket): Remove reference to deleted variable.

This commit is contained in:
Juanma Barranquero 2012-09-23 19:33:16 +02:00
parent 62a1d6614e
commit 2c3ee0ad12
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-09-23 Juanma Barranquero <lekktu@gmail.com>
* w32term.c (w32_read_socket): Remove leftover reference to
interrupt_input_pending.
2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
Do not use SA_NODEFER.

View file

@ -4157,7 +4157,6 @@ w32_read_socket (struct terminal *terminal,
struct w32_display_info *dpyinfo = &one_w32_display_info;
Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight;
interrupt_input_pending = 0;
block_input ();
/* So people can tell when we have read the available input. */