Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some unneeded (double) stubs
  • Loading branch information
lizmat committed Sep 4, 2013
1 parent ec890db commit 2af0f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/Any.pm
@@ -1,10 +1,6 @@
my class Bag { ... }
my class KeyBag { ... }
my class KeySet { ... }
my class MapIter { ... }
my class Pair { ... }
my class Range { ... }
my class Set { ... }
my class X::Bind::Slice { ... }
my class X::Bind::ZenSlice { ... }

Expand Down
1 change: 1 addition & 0 deletions src/core/stubs.pm
Expand Up @@ -7,6 +7,7 @@ my class Whatever { ... }
my class Bag { ... }
my class KeyBag { ... }
my class KeySet { ... }
my class Set { ... }
my class KeyHash is Iterable does Associative { }
my class Seq is List does Positional { }
my class Exception { ... }
Expand Down

0 comments on commit 2af0f88

Please sign in to comment.