summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-07-18 18:34:06 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-22 20:49:37 +0100
commit828dad175cf45f4e83d61df735a510f0314063c8 (patch)
tree21c7ea627cffc1ccbdc06ad76682ac1b03e6a602 /hv.h
parent459fc3ca45067f8a2b7f262f7aac0a99372c2a88 (diff)
downloadperl-828dad175cf45f4e83d61df735a510f0314063c8.tar.gz
Eliminate the remaining definitions for *_allocated structs.
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hv.h b/hv.h
index 9322377f2d..7a2e63fcdd 100644
--- a/hv.h
+++ b/hv.h
@@ -97,11 +97,6 @@ struct xpvhv {
#define xhv_keys xiv_u.xivu_iv
-typedef struct {
- _XPVHV_ALLOCATED_HEAD;
- _XPVMG_HEAD;
-} xpvhv_allocated;
-
#undef _XPVHV_ALLOCATED_HEAD
#undef _XPVHV_HEAD