summaryrefslogtreecommitdiff
path: root/cop.h
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 /cop.h
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 'cop.h')
-rw-r--r--cop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index f5afb61014..9f3762ec46 100644
--- a/cop.h
+++ b/cop.h
@@ -459,7 +459,6 @@ struct cop {
/* cop_stash is not refcounted */
#define CopSTASHPV_set(c,pv) CopSTASH_set((c), gv_stashpv(pv,GV_ADD))
#define CopSTASH_eq(c,hv) (CopSTASH(c) == (hv))
-#define CopSTASH_free(c)
#define CopHINTHASH_get(c) ((COPHH*)((c)->cop_hints_hash))
#define CopHINTHASH_set(c,h) ((c)->cop_hints_hash = (h))