Skip to content

Commit

Permalink
Fix12609 - Remove dead code assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Apr 21, 2014
1 parent 9579b42 commit 70d9658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/regex.d
Original file line number Diff line number Diff line change
Expand Up @@ -5363,7 +5363,6 @@ enum OneShot { Fwd, Bwd };
alias evalFn = eval;
assert(clist == (ThreadList!DataIndex).init || startPc == RestartPc); // incorrect after a partial match
assert(nlist == (ThreadList!DataIndex).init || startPc == RestartPc);
startPc = startPc;
if(!atEnd)//if no char
{
debug(std_regex_matcher)
Expand Down

0 comments on commit 70d9658

Please sign in to comment.