summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-01-25 13:55:28 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-21 07:03:52 +0100
commit4f7003f5e8adb225a16f3788ec81e193021f41e5 (patch)
treed2f748f90da76ae03cac95ad79c3f37f662ff9e7 /sv.h
parent889d28b2ea2c17517fae97cf4a92bd3563aaa74f (diff)
downloadperl-4f7003f5e8adb225a16f3788ec81e193021f41e5.tar.gz
Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.
This was the only user of xivu_p1 in union _xivu, so remove that too.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index f88f139a0e..7793e29d96 100644
--- a/sv.h
+++ b/sv.h
@@ -418,7 +418,6 @@ union _xivu {
IV xivu_iv; /* integer value */
/* xpvfm: lines */
UV xivu_uv;
- void * xivu_p1;
I32 xivu_i32;
HEK * xivu_namehek; /* xpvlv, xpvgv: GvNAME */
HV * xivu_hv; /* regexp: paren_names */