Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous BUILD method (it can't live here currently anyway)
  • Loading branch information
lizmat committed Sep 8, 2013
1 parent 22622a9 commit f01be2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/Baggy.pm
Expand Up @@ -2,10 +2,6 @@ my role Baggy does Associative {
has %!elems; # should be UInt

#- specific methods for users of role ------------------------------------------
submethod BUILD (:%elems) {
nqp::bindattr(self, KeyBag, '%!elems', %elems);
}

method at_key($k) {
Proxy.new(
FETCH => {
Expand Down

0 comments on commit f01be2c

Please sign in to comment.