aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-23 07:04:49 +0000
committerPavel Janík <[email protected]>2001-11-23 07:04:49 +0000
commit1b944d9cd998e5af71a2e1bd7f88f11b4bfec8c4 (patch)
tree5024835449b8a8ea44b791f6882df42c0772d997 /src/keymap.c
parent050815029470a0da5eb9127221a0e7e7aa3ff125 (diff)
(access_keymap): Remove unused variables `c1' and `c2'.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 02f7c75eda..ea8637c3b1 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -552,7 +552,6 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
else if (CONSP (binding))
{
Lisp_Object key = XCAR (binding);
- int c1, c2;
if (EQ (key, idx))
val = XCDR (binding);