Index: libcfa/src/concurrency/future.hfa
===================================================================
--- libcfa/src/concurrency/future.hfa	(revision 71ca5b97d7e34f0366ac870d33be64a807a5e74c)
+++ libcfa/src/concurrency/future.hfa	(revision d923fca679790b81e32b6a12debf586d34a17e72)
@@ -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
