diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-04 16:44:54 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-04 18:14:53 -0700 |
commit | 69927412246c66d2f82f9f7a155734300e71398d (patch) | |
tree | 54d419e9b4ec79c7967bb97e56f74768ade104c2 /op.c | |
parent | 2b2e870525cc613cf38ea39455b32d4a7e39a430 (diff) | |
download | perl-69927412246c66d2f82f9f7a155734300e71398d.tar.gz |
Obliterate CopSTASH_free
It is unused outside the core, defined as a no-op, and undocumented.
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -769,7 +769,6 @@ S_cop_free(pTHX_ COP* cop) PERL_ARGS_ASSERT_COP_FREE; CopFILE_free(cop); - CopSTASH_free(cop); if (! specialWARN(cop->cop_warnings)) PerlMemShared_free(cop->cop_warnings); cophh_free(CopHINTHASH_get(cop)); |