Skip to content

Commit cf97a39

Browse files
committed
Toss two dead attributes in NQPClassHOW
1 parent 8b04876 commit cf97a39

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/how/NQPClassHOW.nqp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ knowhow NQPClassHOW {
1919
has @!roles;
2020
has $!default_parent;
2121

22-
# Vtable and mapping of method names to slots.
23-
has @!vtable;
24-
has %!method-vtable-slots;
25-
2622
# Have we been composed?
2723
has $!composed;
2824

@@ -71,8 +67,6 @@ knowhow NQPClassHOW {
7167
@!multi_methods_to_incorporate := nqp::list();
7268
@!parents := nqp::list();
7369
@!roles := nqp::list();
74-
@!vtable := nqp::list();
75-
%!method-vtable-slots := nqp::hash();
7670
@!mro := nqp::list();
7771
@!done := nqp::list();
7872
@!BUILDALLPLAN := nqp::list();

0 commit comments

Comments
 (0)