Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A slurpy is around a fresh hash, so this is silly.
  • Loading branch information
jnthn committed Feb 1, 2013
1 parent 670bb6f commit fd4f51a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/Hash.pm
@@ -1,7 +1,3 @@
sub hash(*%new) {
my %h;
for %new {
%h{$_} := %new{$_};
}
%h;
%new
}

0 comments on commit fd4f51a

Please sign in to comment.