[threads] Remove mono_threads_create_thread (#4411)
[mono.git] / mono / utils / mono-threads-haiku.c
index 231ff3be8f4299e6d13640a00ae10da24f2128d8..e5c3563902ab6c79a6107c8a0e8b55e291764a48 100644 (file)
@@ -6,12 +6,6 @@
 #include <pthread.h>
 #include <os/kernel/OS.h>
 
-void
-mono_threads_platform_reset_priority(pthread_attr_t *attr)
-{
-       /* FIXME: Implement this on Haiku */
-}
-
 void
 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize)
 {