From ffddafdcc06aa6bf7e7f8dd87deec12a55e4930f 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@1036214 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/cluster/Numbering.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/cluster/Numbering.h b/qpid/cpp/src/qpid/cluster/Numbering.h index 2d2d931384..99e152c212 100644 --- a/qpid/cpp/src/qpid/cluster/Numbering.h +++ b/qpid/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