New test.
[mono.git] / mono / metadata / threadpool.h
index c92f070bbb1140521db68a4be864097b4fcb6f6f..4c5983f77c9b62cf18ef91e7f79f103b8af8c58d 100644 (file)
@@ -4,8 +4,6 @@
 #include <mono/metadata/object-internals.h>
 #include <mono/metadata/reflection.h>
 
-extern int mono_max_worker_threads;
-
 /* No managed code here */
 void mono_thread_pool_init (void);
 
@@ -35,7 +33,4 @@ MonoBoolean
 ves_icall_System_Threading_ThreadPool_SetMinThreads (gint workerThreads, 
                                                                gint completionPortThreads);
 
-MonoBoolean
-ves_icall_System_Threading_ThreadPool_BindHandle (gpointer handle);
-
 #endif