Index: source/ariba/overlay/modules/chord/messages/ChordMessage.h
===================================================================
--- source/ariba/overlay/modules/chord/messages/ChordMessage.h	(revision 5776)
+++ source/ariba/overlay/modules/chord/messages/ChordMessage.h	(revision 5803)
@@ -88,14 +88,6 @@
 	}
 
-	void setSource(const NodeID& source ) {
-		this->source = source;
-	}
-
 	const NodeID& getSource() const {
 		return source;
-	}
-
-	void setDestination(const NodeID& destination ) {
-		this->destination = destination;
 	}
 
