* src/threads/threads-common.c (threads_thread_get_state): Fixed
[cacao.git] / src / threads / lock-common.h
index def3ef61cb7385e7939b772efcdb73447c263425..75d8687a11ba0b24cd93115f1f79fc7628017bb1 100644 (file)
@@ -54,9 +54,6 @@
 
 void lock_init(void);
 
-void lock_init_execution_env(struct threadobject *thread);
-void lock_record_free_pools(lock_record_pool_t *pool);
-
 void lock_init_object_lock(java_objectheader *);
 lock_record_t *lock_get_initial_lock_word(void);