re_intuit_start(): remove redundant assignment
authorDavid Mitchell <davem@iabyn.com>
Tue, 4 Feb 2014 20:09:48 +0000 (20:09 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:11 +0000 (13:50 +0000)
commitb52b7737b2243b234d5171a27622937feb18c422
tree4ffdfa8c234a2601d7f934115c395295ecc7e533
parentf20d3862dc84aaf2aa255aa518181aeb4414aa51
re_intuit_start(): remove redundant assignment

we do 'rx_origin = strpos;' in the branch that has the condition
'rx_origin == strpos'
regexec.c