Skip to content

Commit

Permalink
Remove superfluous code
Browse files Browse the repository at this point in the history
Spotted by nine++
  • Loading branch information
lizmat committed May 18, 2020
1 parent cb69cfc commit 44b2701
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Perl6/Metamodel/MethodContainer.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ role Perl6::Metamodel::MethodContainer {
}
}

# make sure Raku can handle them
for @meths {
$_ := nqp::hllizefor($_,'Raku');
}

@meths
}

Expand Down

0 comments on commit 44b2701

Please sign in to comment.