This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump B::Deparse and Module::CoreList versions due to the late patch.
[perl5.git] / cv.h
diff --git a/cv.h b/cv.h
index 2c21ec6..290019d 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -16,12 +16,6 @@ struct xpvcv {
     _XPVCV_COMMON;
 };
 
-typedef struct {
-    _XPV_ALLOCATED_HEAD;
-    _XPVMG_HEAD;
-    _XPVCV_COMMON;
-} xpvcv_allocated;
-
 /*
 =head1 Handy Values