changeset 83482:b55933c26094

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
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 25 Feb 2006 01:07:18 +0000
parents 6319046b5d4c
children 8976b9f5eda1
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Feb 25 01:05:42 2006 +0000
+++ b/src/keyboard.c	Sat Feb 25 01:07:18 2006 +0000
@@ -8813,8 +8813,6 @@
   int junk;
 #endif
 
-  jmp_buf *volatile wrong_kboard_jmpbuf = alloca (sizeof (jmp_buf));
-
   struct gcpro gcpro1;
 
   GCPRO1 (fake_prefixed_keys);