X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fwin32thread.h;h=8c02fa179fc6d8d55c6eca011b1ec6176ad4148b;hb=571afc3fc130121663e0cb56810289ae2e02725e;hp=7105eca2e57cb8796869d3afe7c6539e24b4a237;hpb=50dd6e574ff39b609595ddb16b2fe9f625a26f8c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/win32thread.h b/win32/win32thread.h index 7105eca..8c02fa1 100644 --- a/win32/win32thread.h +++ b/win32/win32thread.h @@ -154,16 +154,6 @@ extern __declspec(thread) void *PL_current_context; #define PERL_SET_CONTEXT(t) Perl_set_context(t) #endif -#if defined(USE_THREADS) -struct perl_thread; -int Perl_thread_create (struct perl_thread *thr, thread_func_t *fn); -void Perl_set_thread_self (struct perl_thread *thr); -void Perl_init_thread_intern (struct perl_thread *t); - -#define SET_THREAD_SELF(thr) Perl_set_thread_self(thr) - -#endif /* USE_THREADS */ - END_EXTERN_C #define INIT_THREADS NOOP