Index: libcfa/src/concurrency/future.hfa
===================================================================
--- libcfa/src/concurrency/future.hfa	(revision a8e221514cf267718a28f507adff247a3cc892f4)
+++ libcfa/src/concurrency/future.hfa	(revision 8705a11c8492eccab09e0fae1cbc4c1551beace8)
@@ -176,5 +176,5 @@
         }
 
-        bool on_selected( future(T) & this, select_node & node ) { return true; }
+        bool on_selected( future(T) &, select_node & ) { return true; }
 	}
 }
@@ -204,5 +204,5 @@
 		// Mark the future as abandoned, meaning it will be deleted by the server
 		// This doesn't work beause of the potential need for a destructor
-		void abandon( single_future(T) & this );
+		// void abandon( single_future(T) & this );
 
 		// Fulfil the future, returns whether or not someone was unblocked
