[threads] Remove thread_exit callback as the logic is redundant between the GCs
[mono.git] / mono / utils / gc_wrapper.h
index f9e22d490417b1813a6d2bff0559e3f9e2e00e85..5b52087e28804a8947c307120ec087cc6e197544 100644 (file)
 #else /* not Boehm and not sgen GC */
 #endif
 
-#if !defined(HOST_WIN32)
-
-/*
- * Both Boehm and SGEN needs to intercept some thread operations. So instead of the
- * pthread_... calls, runtime code should call these wrappers.
- */
-
-/* pthread function wrappers */
-#include <pthread.h>
-
-void mono_gc_pthread_exit (void *retval) G_GNUC_NORETURN;
-
-#endif
-
 #endif