diff options
| author | Kim F. Storm | 2004-11-09 13:23:55 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-09 13:23:55 +0000 |
| commit | caa5a925ae893570c394170871c50a8475aa616d (patch) | |
| tree | a72a36bd2f825d312c183cdd57949827f94addae /src | |
| parent | 825e0e0b5388ca6a9247d216e10c52dec3835636 (diff) | |
| download | emacs-caa5a925ae893570c394170871c50a8475aa616d.tar.gz emacs-caa5a925ae893570c394170871c50a8475aa616d.zip | |
(read_avail_input): Remove unused variable 'discard'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index e2c21793c6c..90da03256c9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -6627,7 +6627,6 @@ read_avail_input (expected) | |||
| 6627 | 6627 | ||
| 6628 | if (read_socket_hook) | 6628 | if (read_socket_hook) |
| 6629 | { | 6629 | { |
| 6630 | int discard = 0; | ||
| 6631 | int nr; | 6630 | int nr; |
| 6632 | struct input_event hold_quit; | 6631 | struct input_event hold_quit; |
| 6633 | 6632 | ||