Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index f88f139..7793e29 100644 (file)
--- 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 */