This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it.
authorNicholas Clark <nick@ccl4.org>
Thu, 29 Apr 2010 15:11:15 +0000 (16:11 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 29 Apr 2010 15:11:15 +0000 (16:11 +0100)
commit5c5ade3ee4e783409153da7ec47110c6bb74a89b
treeaafe965da558d4cb8befab2ebeaf823de86c80d5
parent36c2b1d054d816a24315524ae15e6e339a59c766
Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it.

Inline the necessary parts of Perl_ptr_table_clear() into Perl_ptr_table_free().
No need to reset memory to zero that is about to be freed anyway.
embed.fnc
proto.h
sv.c