From e9a62aa1e5b003c7b71a1b72bdbcf35f0f5a38f8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 17 Nov 2010 20:39:24 +0000 Subject: cluster/Numbering.h: Removed unused and incorrect function contains() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036214 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Numbering.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/cluster/Numbering.h b/cpp/src/qpid/cluster/Numbering.h index 2d2d931384..99e152c212 100644 --- a/cpp/src/qpid/cluster/Numbering.h +++ b/cpp/src/qpid/cluster/Numbering.h @@ -57,8 +57,6 @@ template class Numbering return (i != byObject.end()) ? i->second : size(); } - bool contains(const T& t) const { return (*this)[t] == size(); } - private: typedef std::map Map; Map byObject; -- cgit v1.2.1