diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-24 17:14:00 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-24 17:14:00 +0000 |
commit | f6d98b14fd224d7fe398ef16332eaa45bf13b92f (patch) | |
tree | b38c7b4a40c1f7aa11445f3ddb986af96e9869db /sv.h | |
parent | 5b411029755fe810157205c2903f1053046aff30 (diff) | |
download | perl-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |