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 /cop.h | |
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 'cop.h')
-rw-r--r-- | cop.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |