diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-07-18 18:34:06 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-22 20:49:37 +0100 |
commit | 828dad175cf45f4e83d61df735a510f0314063c8 (patch) | |
tree | 21c7ea627cffc1ccbdc06ad76682ac1b03e6a602 /cv.h | |
parent | 459fc3ca45067f8a2b7f262f7aac0a99372c2a88 (diff) | |
download | perl-828dad175cf45f4e83d61df735a510f0314063c8.tar.gz |
Eliminate the remaining definitions for *_allocated structs.
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -16,12 +16,6 @@ struct xpvcv { _XPVCV_COMMON; }; -typedef struct { - _XPV_ALLOCATED_HEAD; - _XPVMG_HEAD; - _XPVCV_COMMON; -} xpvcv_allocated; - /* =head1 Handy Values |