bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unused var patch in lib/bitset_stats.c


From: Paul Eggert
Subject: unused var patch in lib/bitset_stats.c
Date: Fri, 3 Jan 2003 06:54:19 -0800 (PST)

I installed this.

2003-01-03  Paul Eggert  <address@hidden>

        * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
        Reported by Nelson H. F. Beebe.

--- lib/bitset_stats.c  30 Oct 2002 06:17:52 -0000      1.7
+++ lib/bitset_stats.c  3 Jan 2003 14:52:53 -0000       1.8
@@ -576,11 +576,9 @@ bitset_stats_list (bitset bset, bitset_b
   bitset_bindex tmp;
   bitset_bindex size;
   bitset_bindex i;
-  enum bitset_type type;
 
   count = BITSET_LIST_ (bset->s.bset, list, num, next);
 
-  type = BITSET_TYPE_ (bset->s.bset);
   BITSET_STATS_LISTS_INC (bset->s.bset);
 
   /* Log histogram of number of set bits.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]