From: Paul Eggert Date: Mon, 14 Mar 2011 15:42:21 +0000 (-0700) Subject: * keymap.c (DENSE_TABLE_SIZE): Remove; unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~554^2~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbbb842771445b0376b95a48a4fae85f37420c62;p=emacs.git * keymap.c (DENSE_TABLE_SIZE): Remove; unused. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8efad3a59d9..5b9e472e4e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,7 @@ (copy_keymap_item, append_key, push_text_char_description): Now static. (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. + (DENSE_TABLE_SIZE): Remove; unused. * keyboard.c: Declare functions static if they are not used elsewhere. (echo_char, echo_dash, cmd_error, top_level_2): diff --git a/src/keymap.c b/src/keymap.c index 05d9616ef2d..a4de89f6a72 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -34,9 +34,6 @@ along with GNU Emacs. If not, see . */ #include "keymap.h" #include "window.h" -/* The number of elements in keymap vectors. */ -#define DENSE_TABLE_SIZE (0200) - /* Actually allocate storage for these variables */ Lisp_Object current_global_map; /* Current global keymap */