diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
commit | 97ddebaf393a19fb80bf52b8fdb8330e1c4a591b (patch) | |
tree | 34277cb382f61b77a4f4308ac3c9b4c2f6b8488b /hv.h | |
parent | bdd68bc304bfb15597167600a71a074fd0478307 (diff) | |
download | perl-97ddebaf393a19fb80bf52b8fdb8330e1c4a591b.tar.gz |
hash key code cleanup
p4raw-id: //depot/perl@24803
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 { |