* src/threads/posix/thread-posix.cpp (threads_impl_thread_free): Removed. It was
[cacao.git] / src / threads / thread.hpp
index ba599f15f21007fbdc861ed39f7319f2ec3f0674..25f7c9b2515b7f4b5083125831ff8a4e1c447b1b 100644 (file)
@@ -287,7 +287,6 @@ void          threads_mutex_join_unlock(void);
 
 void          threads_impl_thread_clear(threadobject *t);
 void          threads_impl_thread_reuse(threadobject *t);
-void          threads_impl_thread_free(threadobject *t);
 void          threads_impl_thread_start(threadobject *thread, functionptr f);
 
 void          threads_yield(void);