diff options
| author | Karoly Lorentey | 2006-02-25 01:07:18 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-02-25 01:07:18 +0000 |
| commit | 769ca8d5851c58825954d69ffc9b6033db650204 (patch) | |
| tree | 8a4396c8f10cf42bcb8329cfd2577c1e09e8884b | |
| parent | 486420a97fe176f78e326130b96e1f5eb8e8acb3 (diff) | |
| download | emacs-769ca8d5851c58825954d69ffc9b6033db650204.tar.gz emacs-769ca8d5851c58825954d69ffc9b6033db650204.zip | |
Remove unused variable in read_key_sequence.
* src/keyboard.c (read_key_sequence): Remove unused variable
wrong_kboard_jmpbuf.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-522
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index c393e676e2d..bcfc9449dae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8813,8 +8813,6 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last, | |||
| 8813 | int junk; | 8813 | int junk; |
| 8814 | #endif | 8814 | #endif |
| 8815 | 8815 | ||
| 8816 | jmp_buf *volatile wrong_kboard_jmpbuf = alloca (sizeof (jmp_buf)); | ||
| 8817 | |||
| 8818 | struct gcpro gcpro1; | 8816 | struct gcpro gcpro1; |
| 8819 | 8817 | ||
| 8820 | GCPRO1 (fake_prefixed_keys); | 8818 | GCPRO1 (fake_prefixed_keys); |