Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove outdated comment.
  • Loading branch information
jnthn committed Jan 16, 2013
1 parent 5401c4e commit 56d2292
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/how/NQPClassHOW.pm
Expand Up @@ -33,11 +33,6 @@ knowhow NQPClassHOW {
has @!done;

# Cached values, which are thrown away if the class changes.
# XXX Should be an attribute later, but we get into some trouble with
# the bootstrap for now since we end up with SC references back to the
# previous build due to a parse altering the cache, and the SC WB getting
# hit.
#my %caches;
has %!caches;

# Parrot-specific vtable mapping hash. Maps vtable name to method.
Expand Down

0 comments on commit 56d2292

Please sign in to comment.