]> code.delx.au - gnu-emacs/commitdiff
(Fchar_table_range): Remove unused var i.
authorKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:03:26 +0000 (15:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:03:26 +0000 (15:03 +0000)
src/fns.c

index 9357fcddab01000749451a974f3a8651dcd4fd28..4cf21b543ac07f5b891b4a6ea5970e006fada463 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -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);