[Issue 12609] New: Useless variable assignment in std.regex
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Apr 21 15:17:39 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12609
Issue ID: 12609
Summary: Useless variable assignment in std.regex
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P1
Component: Phobos
Assignee: nobody at puremagic.com
Reporter: brian-schott at cox.net
https://github.com/D-Programming-Language/phobos/blob/master/std/regex.d#L5366
The line:
startPc = startPc;
does nothing and should probably be removed.
--
More information about the Digitalmars-d-bugs
mailing list