* src/threads/posix/thread-posix.cpp: Removed mutex_join. The thread list
[cacao.git] / src / threads / thread.hpp
index 0804b81f7c3172bdea73a9f87efd231d818fa03b..30eee48f3f944cc525b4fc0bf822946af56f101b 100644 (file)
@@ -248,9 +248,6 @@ void          threads_mutex_gc_lock(void);
 void          threads_mutex_gc_unlock(void);
 #endif
 
-void          threads_mutex_join_lock(void);
-void          threads_mutex_join_unlock(void);
-
 void          threads_impl_thread_clear(threadobject *t);
 void          threads_impl_thread_reuse(threadobject *t);
 void          threads_impl_clear_heap_pointers(threadobject *t);