Index: libcfa/src/concurrency/monitor.hfa
===================================================================
--- libcfa/src/concurrency/monitor.hfa	(revision aa9f21562ec9ecf11a7c8497b3d7b3a2bd8fbdbe)
+++ libcfa/src/concurrency/monitor.hfa	(revision 79ae13d5c771bea08f4655712505e7fa1a8fc73a)
@@ -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 ); } )
