Comment #1 by andrej.mitrovich — 2014-04-21T23:12:48Z
This used to be:
-----
static if(direction == OneShot.Fwd)
startPc = startPc;
else
startPc = cast(uint)re.ir.length-IRL!(IR.LookbehindEnd);
-----
And changed to the current code in commit d9eaf22.
My guess is Dmitry probably used some Vim/regex(heh)-style search&replace, and the dead assignment was left in place.