regcomp.c: Remove now useless initialization
authorKarl Williamson <public@khwilliamson.com>
Fri, 12 Jul 2013 01:38:53 +0000 (19:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 16 Jul 2013 19:58:10 +0000 (13:58 -0600)
commit3181145612dc5cab2ed1607d61354a2853124119
treed474f367618b39a92733d99ae2391f7da185b3fc
parent35e47f8f3db9920ffde3be36c5786bba8f0cbd8e
regcomp.c: Remove now useless initialization

This code was designed to cause a segfault by initializing an offset
into an address to a very large value.  But now, it is stored as a bool,
so there is not point in doing this.  We also remove an assert that it
is a bool, because it always has to be.
regcomp.c