1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(access_keymap): Remove unused variables c1' and c2'.

This commit is contained in:
Pavel Janík 2001-11-23 07:04:49 +00:00
parent 0508150294
commit 1b944d9cd9
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2001-11-22 Jason Rumney <jasonr@gnu.org>
* w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.

View file

@ -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);