op.c:pmruntime: Remove redundant cv_forget_slab
authorFather Chrysostomos <sprout@cpan.org>
Thu, 12 Jul 2012 19:06:29 +0000 (12:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 12 Jul 2012 20:20:10 +0000 (13:20 -0700)
commit44f6ad628fc501c4dd53b75fe6c1027412aabf35
treebc0fb097134962d020124f0474f8eb8006343e34
parent3107b51fb9c191a2ee82450f00c4568640538e12
op.c:pmruntime: Remove redundant cv_forget_slab

This comes after newATTRSUB, which itself causes the CV to forget its
slab, except after a parse error, in which case the slab will be
cleaned up shortly anyway when the CV is freed.
op.c