mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
(bitset_stats_list): Remove unused var.
Reported by Nelson H. F. Beebe.
This commit is contained in:
@@ -576,11 +576,9 @@ bitset_stats_list (bitset bset, bitset_bindex *list,
|
|||||||
bitset_bindex tmp;
|
bitset_bindex tmp;
|
||||||
bitset_bindex size;
|
bitset_bindex size;
|
||||||
bitset_bindex i;
|
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);
|
BITSET_STATS_LISTS_INC (bset->s.bset);
|
||||||
|
|
||||||
/* Log histogram of number of set bits. */
|
/* Log histogram of number of set bits. */
|
||||||
|
|||||||
Reference in New Issue
Block a user