]> 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 216bfd925a2f1a7c37ffb66b9db6b41931836e7d..02d5ba6dc71733243b247e8ac41fce771cfad2b9 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.  */