diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 9526a33ac6..fad0563872 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -90,7 +90,4 @@ struct ClusterPlugin : public Plugin { static ClusterPlugin instance; // Static initialization. -// For test purposes. -Cluster& getGlobalCluster() { assert(instance.cluster); return *instance.cluster; } - }} // namespace qpid::cluster |