summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-24 17:14:00 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-24 17:14:00 +0000
commitf6d98b14fd224d7fe398ef16332eaa45bf13b92f (patch)
treeb38c7b4a40c1f7aa11445f3ddb986af96e9869db /sv.h
parent5b411029755fe810157205c2903f1053046aff30 (diff)
downloadperl-f6d98b14fd224d7fe398ef16332eaa45bf13b92f.tar.gz
Remove xcv_condp CV field which is no longer used.
p4raw-id: //depot/perl@174
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index 884b206fd3..2694534f78 100644
--- 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;