]> git.eshelyaron.com Git - emacs.git/commitdiff
* category.c (hash_get_category_set): Remove unused local var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:38:52 +0000 (23:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:38:52 +0000 (23:38 -0800)
src/ChangeLog
src/category.c

index 2020fa3bb110958e0b6e7430b56bb10d2ff8dbfd..a073e2690910e746f64c1e2acf0c159b0c29fe21 100644 (file)
@@ -65,6 +65,8 @@
        (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
        Remove unused macros.
 
+       * category.c (hash_get_category_set): Remove unused local var.
+
 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
index bcd73d3a487c35882eaacc0af29ebf6f5374b027..abe4609d02e656415694408ada14f99e38e10585 100644 (file)
@@ -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;
 }
-