diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 35a07fbc2d..e24c60dc2f 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -17,7 +17,6 @@ */ #include "qpid/broker/Broker.h" #include "qpid/cluster/Cluster.h" -#include "qpid/cluster/SessionManager.h" #include "qpid/Plugin.h" #include "qpid/Options.h" #include "qpid/shared_ptr.h" @@ -43,7 +42,6 @@ struct ClusterPlugin : public Plugin { ClusterOptions options; boost::optional<Cluster> cluster; - boost::optional<SessionManager> sessions; Options* getOptions() { return &options; } |