]> git.saurik.com Git - bison.git/blobdiff - lib/bitset_stats.c
do not ignore errors like ENOSPC,EIO when writing to stdout
[bison.git] / lib / bitset_stats.c
index a7f53fbca8216761d922441305f4f49195488695..68cd386220785c830dd6ab064077d5a1cf09ec53 100644 (file)
@@ -1,5 +1,7 @@
 /* Bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 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.  */