summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-11 18:01:32 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-11 18:01:32 +0000
commit97ddebaf393a19fb80bf52b8fdb8330e1c4a591b (patch)
tree34277cb382f61b77a4f4308ac3c9b4c2f6b8488b /hv.h
parentbdd68bc304bfb15597167600a71a074fd0478307 (diff)
downloadperl-97ddebaf393a19fb80bf52b8fdb8330e1c4a591b.tar.gz
hash key code cleanup
p4raw-id: //depot/perl@24803
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hv.h b/hv.h
index a8f9b80ce0..3115dba91c 100644
--- a/hv.h
+++ b/hv.h
@@ -39,8 +39,6 @@ struct xpvhv_aux {
I32 xhv_riter; /* current root of iterator */
};
-#define HV_AUX_SIZE STRUCT_OFFSET(struct xpvhv_aux, xhv_array)
-
/* hash structure: */
/* This structure must match the beginning of struct xpvmg in sv.h. */
struct xpvhv {