Skip to content

Commit

Permalink
Rip out old hidden implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 2, 2010
1 parent 9551482 commit f509251
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/metamodel/ClassHOW.pir
Expand Up @@ -56,7 +56,6 @@ calls on it.
# Extra attributes for interface consistency and compositiony stuff.
addattribute $P0, '$!attributes'
addattribute $P0, '$!hides'
addattribute $P0, '$!hidden'
addattribute $P0, '$!composees'
addattribute $P0, '$!done'
addattribute $P0, '$!ver'
Expand Down Expand Up @@ -790,24 +789,6 @@ Accessor for hides property.
.end
=item hidden
Accessor for hidden property.
=cut
.sub 'hidden' :method
.local pmc obj
$P0 = getattribute self, '$!hidden'
unless null $P0 goto done
$P0 = get_hll_global ['Bool'], 'False'
$P0 = new ['Perl6Scalar'], $P0
setattribute self, '$!hidden', $P0
done:
.return ($P0)
.end
=item new_class(name [, 'parent'=>parentclass] [, 'attr'=>attr] [, 'hll'=>hll] [, 'does_role'=>r)
Override of new_class from P6metaclass that handles attributes through the
Expand Down

0 comments on commit f509251

Please sign in to comment.