Skip to content

Commit

Permalink
Remove unused conditional and variable in some...
Browse files Browse the repository at this point in the history
INTERPOLATE multis.
  • Loading branch information
MasterDuke17 committed Oct 13, 2017
1 parent 1775259 commit e8003c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/Match.pm
Expand Up @@ -416,7 +416,6 @@ my class Match is Capture is Cool does NQPMatchRole {

my int $maxlen = -1;
my int $pos = nqp::getattr_i($cur, $?CLASS, '$!from');
my int $start = 1;
my int $nomod = $im == 0;

my str $topic_str;
Expand Down Expand Up @@ -492,7 +491,6 @@ my class Match is Capture is Cool does NQPMatchRole {
&& nqp::isle_i(nqp::add_i($pos,$len),$eos) {
$maxlen = $len;
$maxmatch := $match;
last if $s; # stop here for sequential alternation
}

nqp::istype($maxmatch, Match)
Expand All @@ -519,7 +517,6 @@ my class Match is Capture is Cool does NQPMatchRole {
&& nqp::isle_i(nqp::add_i($pos,$len),$eos) {
$maxlen = $len;
$maxmatch := $match;
last if $s; # stop here for sequential alternation
}

nqp::istype($maxmatch, Match)
Expand All @@ -537,7 +534,6 @@ my class Match is Capture is Cool does NQPMatchRole {

my int $maxlen = -1;
my int $pos = nqp::getattr_i($cur, $?CLASS, '$!from');
my int $start = 1;
my int $nomod = $im == 0;

my str $topic_str;
Expand Down Expand Up @@ -621,7 +617,6 @@ my class Match is Capture is Cool does NQPMatchRole {
&& nqp::isle_i(nqp::add_i($pos,$len),$eos) {
$maxlen = $len;
$maxmatch := $match;
last if $s; # stop here for sequential alternation
}

nqp::istype($maxmatch, Match)
Expand Down

0 comments on commit e8003c8

Please sign in to comment.