diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.h')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterMap.h | 3 |
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. |
