1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

(Fchar_table_range): Remove unused var i.

This commit is contained in:
Kim F. Storm 2005-10-20 15:03:26 +00:00
parent e01f77736e
commit d9cdfe9a72

View file

@ -2554,7 +2554,7 @@ Note that this function doesn't check the parent of CHAR-TABLE. */)
Lisp_Object char_table, range;
{
int charset_id, c1 = 0, c2 = 0;
int size, i;
int size;
Lisp_Object ch, val, current_default;
CHECK_CHAR_TABLE (char_table);