Skip to content

Commit

Permalink
Toss two dead attributes in NQPClassHOW
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 11, 2018
1 parent 8b04876 commit cf97a39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/how/NQPClassHOW.nqp
Expand Up @@ -19,10 +19,6 @@ knowhow NQPClassHOW {
has @!roles;
has $!default_parent;

# Vtable and mapping of method names to slots.
has @!vtable;
has %!method-vtable-slots;

# Have we been composed?
has $!composed;

Expand Down Expand Up @@ -71,8 +67,6 @@ knowhow NQPClassHOW {
@!multi_methods_to_incorporate := nqp::list();
@!parents := nqp::list();
@!roles := nqp::list();
@!vtable := nqp::list();
%!method-vtable-slots := nqp::hash();
@!mro := nqp::list();
@!done := nqp::list();
@!BUILDALLPLAN := nqp::list();
Expand Down

0 comments on commit cf97a39

Please sign in to comment.