X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FB%2FB%2FC.pm;h=1d195a0b2a13081590d4fe405ed35f6aa9a7bef9;hb=3db8f154c4c6e098a5a0bdf7932e8f86fbd2c451;hp=8d71bb27600287922f896f0c6954a487e28e75a9;hpb=efc41c8ef9279ab1e5f723c2c73a85333a96e0e2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/B/B/C.pm b/ext/B/B/C.pm index 8d71bb2..1d195a0 100644 --- a/ext/B/B/C.pm +++ b/ext/B/B/C.pm @@ -1435,10 +1435,6 @@ typedef struct { long xcv_depth; /* >= 2 indicates recursive call */ AV * xcv_padlist; CV * xcv_outside; -#ifdef USE_5005THREADS - perl_mutex *xcv_mutexp; - struct perl_thread *xcv_owner; /* current owner thread */ -#endif /* USE_5005THREADS */ cv_flags_t xcv_flags; } XPVCV_or_similar; #define ANYINIT(i) i