Index: lib/Parrot/Pmc2c/Utils.pm
===================================================================
--- lib/Parrot/Pmc2c/Utils.pm	(revision 16336)
+++ lib/Parrot/Pmc2c/Utils.pm	(working copy)
@@ -544,8 +544,6 @@
         my @parents =
             sort { $parent_hash{$a} <=> $parent_hash{$b} } keys %parent_hash;
         for my $parent (@parents) {
-#            next if exists $class->{has_parent}{$parent};
-
             $all->{$parent} = $self->read_dump(lc("$parent.pmc"))
                 if not $all->{$parent};
 
