changeset 58091:1d0d73492cd0

(read_avail_input): Remove unused variable 'discard'.
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 13:23:55 +0000
parents 6f9ee118f2bb
children 066860841caf
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Nov 09 13:23:42 2004 +0000
+++ b/src/keyboard.c	Tue Nov 09 13:23:55 2004 +0000
@@ -6627,7 +6627,6 @@
 
   if (read_socket_hook)
     {
-      int discard = 0;
       int nr;
       struct input_event hold_quit;