summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.h')
-rw-r--r--cpp/src/qpid/cluster/ClusterMap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/ClusterMap.h b/cpp/src/qpid/cluster/ClusterMap.h
index 5735a6335d..2e682a6f4a 100644
--- a/cpp/src/qpid/cluster/ClusterMap.h
+++ b/cpp/src/qpid/cluster/ClusterMap.h
@@ -33,14 +33,11 @@
#include <vector>
#include <deque>
#include <map>
-#include <set>
#include <iosfwd>
namespace qpid {
namespace cluster {
-typedef std::set<MemberId> MemberSet;
-
/**
* Map of established cluster members and joiners waiting for an update,
* along with other cluster state that must be updated.