* src/threads/lockword.cpp (Lockword_init): Removed obsolete legacy C function.
[cacao.git] / src / threads / lockword.cpp
index 78dc849fc47abf3189118b4944f4f8d541dcaf47..25e2c9c75a65b8707a69dc1c65d041c74765df25 100644 (file)
@@ -63,10 +63,6 @@ void Lockword::inflate(lock_record_t* lr)
 }
 
 
-extern "C" {
-       void Lockword_init(Lockword* lockword) { lockword->init(); }
-}
-
 /*
  * These are local overrides for various environment variables in Emacs.
  * Please do not remove this and leave it at the end of the file, where