Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix more tests by removing code
  • Loading branch information
lizmat committed Sep 8, 2013
1 parent 0c87927 commit 1040c9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/core/Baggy.pm
Expand Up @@ -49,8 +49,6 @@ my role Baggy does Associative {
method Bool { %!elems.Bool }
method Numeric { self.elems }
method Real { self.elems }
method Set { set self.keys }
method KeySet { KeySet.new(self.keys) }

method hash(--> Hash) { %!elems.values.hash }

Expand Down
2 changes: 0 additions & 2 deletions src/core/Setty.pm
Expand Up @@ -40,8 +40,6 @@ my role Setty does Associative {
method Bool { %!elems.Bool }
method Numeric { %!elems.Numeric }
method Real { %!elems.Numeric.Real }
method Bag { bag self.values }
method KeyBag { KeyBag.new(self.values) }

method hash(--> Hash) {
my %e;
Expand Down

0 comments on commit 1040c9c

Please sign in to comment.