From e520915a8161af6fb39ff3fc68924f0e4b87da85 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 10 Feb 2009 22:16:05 +0000 Subject: Remove unused class and clean up some FIXME comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743131 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Decoder.cpp') diff --git a/cpp/src/qpid/cluster/Decoder.cpp b/cpp/src/qpid/cluster/Decoder.cpp index 54d0224db1..4645a489c8 100644 --- a/cpp/src/qpid/cluster/Decoder.cpp +++ b/cpp/src/qpid/cluster/Decoder.cpp @@ -39,7 +39,7 @@ void Decoder::decode(const EventHeader& eh, const void* data) { void Decoder::erase(const ConnectionId& c) { Map::iterator i = map.find(c); - if (i != map.end()) // FIXME aconway 2009-02-03: + if (i != map.end()) map.erase(i); } -- cgit v1.2.1