This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update one of merijn's previous emails.
[perl5.git] / win32 / win32thread.h
index 7105eca..8c02fa1 100644 (file)
@@ -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