Remove xcv_condp CV field which is no longer used.
Malcolm Beattie [Fri, 24 Oct 1997 17:14:00 +0000 (17:14 +0000)]
p4raw-id: //depot/perl@174

sv.h

diff --git a/sv.h b/sv.h
index 884b206..2694534 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -242,8 +242,7 @@ struct xpvfm {
     AV *       xcv_padlist;
     CV *       xcv_outside;
 #ifdef USE_THREADS
-    perl_mutex *xcv_mutexp;
-    perl_cond *        xcv_condp;      /* signalled when owner leaves CV */
+    perl_mutex *xcv_mutexp;    /* protects xcv_owner */
     struct thread *xcv_owner;  /* current owner thread */
 #endif /* USE_THREADS */
     cv_flags_t xcv_flags;