]> git.saurik.com Git - bison.git/blobdiff - lib/bitset_stats.c
use a more consistent quoting style.
[bison.git] / lib / bitset_stats.c
index a05638533d9c9c2d07974af6f257a17e7e2d4e35..68cd386220785c830dd6ab064077d5a1cf09ec53 100644 (file)
@@ -1,5 +1,7 @@
 /* Bitset statistics.
-   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
+
+   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
@@ -574,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.  */