Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary fouling of the namespace
  • Loading branch information
lizmat committed Jul 6, 2015
1 parent 73297ef commit df5da3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Any.pm
Expand Up @@ -823,7 +823,6 @@ multi sub item(\x) { my $ = x }
multi sub item(*@a) { my $ = nqp::p6parcel(nqp::p6argvmarray(), nqp::null()) }
multi sub item(Mu $a) { $a }

my $default= []; # so that we can check missing parameters
sub RWPAIR(\k, \v) { # internal fast pair creation
my \p := nqp::create(Pair);
nqp::bindattr(p, Enum, '$!key', k);
Expand Down

0 comments on commit df5da3f

Please sign in to comment.