[DOC PATCH bleadperl] its vs it's in perlhack.pod
[p5sagit/p5-mst-13.2.git] / cv.h
diff --git a/cv.h b/cv.h
index bf9e180..7fa9400 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -34,7 +34,6 @@ struct xpvcv {
     struct perl_thread *xcv_owner;     /* current owner thread */
 #endif /* USE_THREADS */
     cv_flags_t xcv_flags;
-    HV *       xcv_defstash;
 };
 
 /*
@@ -70,7 +69,6 @@ Returns the stash of the CV.
 #define CvOWNER(sv)    ((XPVCV*)SvANY(sv))->xcv_owner
 #endif /* USE_THREADS */
 #define CvFLAGS(sv)    ((XPVCV*)SvANY(sv))->xcv_flags
-#define CvDEFSTASH(sv) ((XPVCV*)SvANY(sv))->xcv_defstash
 
 #define CVf_CLONE      0x0001  /* anon CV uses external lexicals */
 #define CVf_CLONED     0x0002  /* a clone of one of those */