From: Malcolm Beattie Date: Fri, 24 Oct 1997 17:14:00 +0000 (+0000) Subject: Remove xcv_condp CV field which is no longer used. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6d98b14fd224d7fe398ef16332eaa45bf13b92f;p=p5sagit%2Fp5-mst-13.2.git Remove xcv_condp CV field which is no longer used. p4raw-id: //depot/perl@174 --- diff --git a/sv.h b/sv.h index 884b206..2694534 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;