]> git.saurik.com Git - bison.git/blobdiff - lib/bitset_stats.c
build: avoid warnings about set-but-not-used variables
[bison.git] / lib / bitset_stats.c
index 2eb77ff8ab76b048c06ab466e8c804b9b36d87b4..fabc2d9fa3126a80015fcbd8e14e98a4d73c1b67 100644 (file)
@@ -576,11 +576,9 @@ bitset_stats_list (bitset bset, bitset_bindex *list,
   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.  */