src/chartab.c (uniprop_table_uncompress): Remove unused local variable.
This commit is contained in:
parent
4dc2a12911
commit
9cb2ac5616
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue