Index: libcfa/src/concurrency/mutex_stmt.hfa
===================================================================
--- libcfa/src/concurrency/mutex_stmt.hfa	(revision dbae9163821c5232467ee265e18c097eda7ada7e)
+++ libcfa/src/concurrency/mutex_stmt.hfa	(revision c2dfa56add568cd5de5c577ee3b9c646c9919748)
@@ -27,15 +27,4 @@
     // Sort locks based on address
     __libcfa_small_sort(this.lockarr, count);
-
-    // acquire locks in order
-    // for ( size_t i = 0; i < count; i++ ) {
-    //     lock(*this.lockarr[i]);
-    // }
-}
-
-static inline void ^?{}( __mutex_stmt_lock_guard & this ) with(this) {
-    // for ( size_t i = count; i > 0; i-- ) {
-    //     unlock(*lockarr[i - 1]);
-    // }
 }
 
