changeset 66236:bd4a75b12109

(Fchar_table_range): Remove unused var i.
author Kim F. Storm <storm@cua.dk>
date Thu, 20 Oct 2005 15:03:26 +0000
parents 60419121ec96
children eef44f16f6c3
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Thu Oct 20 15:03:10 2005 +0000
+++ b/src/fns.c	Thu Oct 20 15:03:26 2005 +0000
@@ -2554,7 +2554,7 @@
      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);