src/chartab.c (uniprop_table_uncompress): Remove unused local variable.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jul 2011 13:58:09 +0000 (15:58 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jul 2011 13:58:09 +0000 (15:58 +0200)
src/ChangeLog
src/chartab.c

index 1f382ac..72a9a09 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * chartab.c (uniprop_table_uncompress): Remove unused local variable.
+
 2011-07-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (qttip_cb): Remove code without function.
index e900a3a..77878dc 100644 (file)
@@ -1143,7 +1143,6 @@ uniprop_table_uncompress (Lisp_Object table, int idx)
   Lisp_Object sub = make_sub_char_table (3, min_char, Qnil);
   struct Lisp_Sub_Char_Table *subtbl = XSUB_CHAR_TABLE (sub);
   const unsigned char *p, *pend;
-  int i;
 
   XSUB_CHAR_TABLE (table)->contents[idx] = sub;
   p = SDATA (val), pend = p + SBYTES (val);