Remove method cache reset from hv.c:hv_free_ent
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 03:12:30 +0000 (19:12 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 03:12:30 +0000 (19:12 -0800)
commit9912016d365be3d37ae7439a7720746c1e7ca637
tree029adc09bd3cd5b07332979fba4729240b01a6b0
parent8571a3cc77b8338413df698a2f0c959b543a32e5
Remove method cache reset from hv.c:hv_free_ent

It hasn’t been necessary since commit f50383f5.  Before that it wasn’t
sufficient.  See commit 5743f2a for details.

If a hash element is being deleted, S_hv_delete_common takes care of
this.  If a hash is being freed or cleared, hv_undef or hv_clear takes
care of it.
hv.c