summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-01-26 16:28:59 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-21 07:03:52 +0100
commit89f6f2871ea81b2c6a09311796395c610f3e3464 (patch)
tree62a383f56103691b438c7720cc051041550babce /sv.h
parentde0a224a057997a65d38856f1981702fca5d7c18 (diff)
downloadperl-89f6f2871ea81b2c6a09311796395c610f3e3464.tar.gz
Remove union _xivu from struct regexp - replace it with a non-union paren_names.
This was the only user of xivu_hv 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 7793e29d96..d5872c92f1 100644
--- a/sv.h
+++ b/sv.h
@@ -420,7 +420,6 @@ union _xivu {
UV xivu_uv;
I32 xivu_i32;
HEK * xivu_namehek; /* xpvlv, xpvgv: GvNAME */
- HV * xivu_hv; /* regexp: paren_names */
};
union _xmgu {