* src/threads/posix/thread-posix.cpp (threads_impl_thread_init):
[cacao.git] / src / threads / thread.hpp
index ba5ff0a9e2955422bc1194358ac94f5100cad075..463cd370a0075458e1a03cb904e314ee8ec68d7a 100644 (file)
@@ -348,7 +348,6 @@ void          threads_mutex_gc_unlock(void);
 void          threads_mutex_join_lock(void);
 void          threads_mutex_join_unlock(void);
 
-void          threads_impl_thread_init(threadobject *t);
 void          threads_impl_thread_clear(threadobject *t);
 void          threads_impl_thread_reuse(threadobject *t);
 void          threads_impl_thread_free(threadobject *t);