re_intuit_start(): remove an obsolete assert.
authorDavid Mitchell <davem@iabyn.com>
Sat, 15 Mar 2014 15:00:48 +0000 (15:00 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 16 Mar 2014 18:03:50 +0000 (18:03 +0000)
commit8f2ced4fed952b3c2d5fdb8b7ded8c0785c49d0b
tree52e0f0f2bade31a5656971faaedad4c67884ec8a
parent000dfd2d23e52925b97fdb70c3a45e996df1ff2e
re_intuit_start(): remove an obsolete assert.

I added the assert a while ago while I was refactoring this code. It's
pretty obvious now that at this point, rx_origin > strpos.  (It wasn't
back then, as strpos wasn't constant).
regexec.c