gv.c: Remove redundant mro_method_changed_in()
authorFather Chrysostomos <sprout@cpan.org>
Sat, 16 Nov 2013 13:18:59 +0000 (05:18 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 16 Nov 2013 13:18:59 +0000 (05:18 -0800)
commit67b1d4116441b78d43e85ca26e514f9dc914d914
treecd5c33d3f50f909b547bc90bb77e3bd2b05eff06
parentbfe1187367fb54e8ac3a13703b06f6119d6bc035
gv.c: Remove redundant mro_method_changed_in()

Core subs are already accounted for by method lookup, so vivifying
them does not change what gets inherited.  Hence, there is no need
to flush caches here.
gv.c