Merge pull request #550 from knocte/master
[mono.git] / mono / metadata / threads.h
index cd084ae50ce8e517ab39b61f586e3fc2d356c507..67001bed4cf11618e6e3aaaf30e9203361621b46 100644 (file)
@@ -17,8 +17,6 @@
 
 MONO_BEGIN_DECLS
 
-typedef void (*MonoThreadCleanupFunc) (MonoThread* thread);
-
 /* This callback should return TRUE if the runtime must wait for the thread, FALSE otherwise */
 typedef mono_bool (*MonoThreadManageCallback) (MonoThread* thread);
 
@@ -41,7 +39,6 @@ extern MonoThread *mono_thread_attach (MonoDomain *domain);
 extern void mono_thread_detach (MonoThread *thread);
 extern void mono_thread_exit (void);
 
-void     mono_threads_install_cleanup   (MonoThreadCleanupFunc func);
 void     mono_thread_set_manage_callback (MonoThread *thread, MonoThreadManageCallback func);
 
 extern void mono_threads_set_default_stacksize (uint32_t stacksize);