Skip to content

Commit

Permalink
Oops, we already have an "is_composed" method, jnthn++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 25, 2019
1 parent b8a3f9f commit 963e5d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/Metamodel/ClassHOW.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class Perl6::Metamodel::ClassHOW
has @!fallbacks;
has $!composed;

method composed() { $!composed }

my $archetypes := Perl6::Metamodel::Archetypes.new(
:nominal(1), :inheritable(1), :augmentable(1) );
method archetypes() {
Expand Down

0 comments on commit 963e5d7

Please sign in to comment.