[io-layer] Make _wapi_getpid, _wapi_thread_own_mutex, _wapi_thread_disown_mutex and...
[mono.git] / mono / io-layer / thread-private.h
index c50e53271a9318dcc2e618cc1fff4ba5fe287cdd..0f124656583f6e2cda369c3aa7a591def2cbcee4 100644 (file)
@@ -23,8 +23,6 @@ void
 _wapi_thread_init (void);
 
 extern gboolean _wapi_thread_cur_apc_pending (void);
-extern void _wapi_thread_own_mutex (gpointer mutex);
-extern void _wapi_thread_disown_mutex (gpointer mutex);
 extern void _wapi_thread_cleanup (void);
 
 #endif /* _WAPI_THREAD_PRIVATE_H_ */