regcomp.c: remove unncessary counting
authorKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:02:49 +0000 (15:02 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:16 +0000 (15:57 -0700)
commitffc130aa464ab42cfe8e8a19205f5b398675d98f
tree1929c7ed89c651aca97481e2c013a2b7f644d648
parent234242ca5bbd2e073a9d2c4dc7103a0dcea61a54
regcomp.c: remove unncessary counting

stored now contains the number of 1 bits in the ANYOF node, and is no
longer needed to be arbitrarily set.  Part of this is because there is
now a flag if there is any match outside the bitmap, which prohibits
optimization if so.
regcomp.c