Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oopsy, forgot to remove 2 lines, japhb++
  • Loading branch information
lizmat committed Sep 10, 2014
1 parent 0792a91 commit 405573a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Str.pm
Expand Up @@ -713,8 +713,6 @@ my class Str does Stringy { # declared in BOOTSTRAP

multi method lines(Str:D:) {
my str $ns = nqp::unbox_s(self);
my str $CR = nqp::unbox_s("\r");
my str $LF = nqp::unbox_s("\n");
my int $prev = -1;
my int $curr;
my int $chars;
Expand Down

0 comments on commit 405573a

Please sign in to comment.