Index: libcfa/src/concurrency/monitor.hfa
===================================================================
--- libcfa/src/concurrency/monitor.hfa	(revision 1c7ed2d851c6e194d2454c2f50c920e7f198cf29)
+++ libcfa/src/concurrency/monitor.hfa	(revision ef1da0e2df5a222ca4e50f7e06a2b61f8ba6efcd)
@@ -60,4 +60,5 @@
 void ^?{}( monitor_dtor_guard_t & this );
 
+/*
 static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } )
 void delete( T * th ) {
@@ -65,4 +66,5 @@
 	free( th );
 }
+*/
 
 static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } )
