summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-04 16:44:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-04 18:14:53 -0700
commit69927412246c66d2f82f9f7a155734300e71398d (patch)
tree54d419e9b4ec79c7967bb97e56f74768ade104c2 /op.c
parent2b2e870525cc613cf38ea39455b32d4a7e39a430 (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index 2d1bebccc3..bc6df04b02 100644
--- a/op.c
+++ b/op.c
@@ -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));