]> git.saurik.com Git - bison.git/commitdiff
(bitset_stats_list): Remove unused var.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jan 2003 14:52:53 +0000 (14:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jan 2003 14:52:53 +0000 (14:52 +0000)
Reported by Nelson H. F. Beebe.

lib/bitset_stats.c

index c947abdfaa1b51df6f1e3dcec5ec78022a67dea1..7726af3cd4ac136f06a2033453dd51a089e51c8a 100644 (file)
@@ -576,11 +576,9 @@ bitset_stats_list (bitset bset, bitset_bindex *list,
   bitset_bindex tmp;
   bitset_bindex size;
   bitset_bindex i;
   bitset_bindex tmp;
   bitset_bindex size;
   bitset_bindex i;
-  enum bitset_type type;
 
   count = BITSET_LIST_ (bset->s.bset, list, num, next);
 
 
   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.  */
   BITSET_STATS_LISTS_INC (bset->s.bset);
 
   /* Log histogram of number of set bits.  */