Index: libcfa/src/concurrency/channel.hfa
===================================================================
--- libcfa/src/concurrency/channel.hfa	(revision cb69fba7fe6d9bdecb12c9cd99a859696553437e)
+++ libcfa/src/concurrency/channel.hfa	(revision 2d831a1b8696630999d4089e6cd949d11a44ddc7)
@@ -308,5 +308,5 @@
 ///////////////////////////////////////////////////////////////////////////////////////////
 static inline bool unregister_chan( channel(T) & chan, select_node & node ) with(chan) {
-    if ( !node`isListed && !node.park_counter ) return false; // handle special OR case
+    // if ( !node`isListed && !node.park_counter ) return false; // handle special OR case
     lock( mutex_lock );
     if ( node`isListed ) { // op wasn't performed
