diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-07 23:38:52 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-07 23:38:52 -0800 |
commit | 232b38b960b67b75f6c6ce47426ce49488ad9d15 (patch) | |
tree | 5dab522ea22522cd3d0aa69b57ec4fe3ed8ffb7c /src/category.c | |
parent | 160b01f65a12a9e6893c270662d6ae249a1db300 (diff) | |
download | emacs-232b38b960b67b75f6c6ce47426ce49488ad9d15.tar.gz |
* category.c (hash_get_category_set): Remove unused local var.
Diffstat (limited to 'src/category.c')
-rw-r--r-- | src/category.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/category.c b/src/category.c index bcd73d3a487..abe4609d02e 100644 --- a/src/category.c +++ b/src/category.c @@ -61,7 +61,6 @@ static Lisp_Object hash_get_category_set (Lisp_Object, Lisp_Object); static Lisp_Object hash_get_category_set (Lisp_Object table, Lisp_Object category_set) { - Lisp_Object val; struct Lisp_Hash_Table *h; int i; unsigned hash; @@ -538,4 +537,3 @@ See the documentation of the variable `word-combining-categories'. */); category_table_version = 0; } - |