diff options
author | Alan Conway <aconway@apache.org> | 2009-02-09 16:33:48 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-02-09 16:33:48 +0000 |
commit | f53cc284b3045462d751084acf8311a96b4769b7 (patch) | |
tree | c78558922fd386d988b898a93e7a3fb49ae18512 /cpp/src/tests/cluster_test.cpp | |
parent | eda5794260547a00206e28099d44544c0bef701b (diff) | |
download | qpid-python-f53cc284b3045462d751084acf8311a96b4769b7.tar.gz |
Fix doubly-defined function.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@742602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | cpp/src/tests/cluster_test.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index 6ee42be194..15a96aeba9 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/cpp/src/tests/cluster_test.cpp @@ -64,13 +64,6 @@ using qpid::broker::Broker; using boost::shared_ptr; using qpid::cluster::Cluster; -/** Parse broker & cluster options */ -Broker::Options parseOpts(size_t argc, const char* argv[]) { - Broker::Options opts; - Plugin::addOptions(opts); // Pick up cluster options. - opts.parse(argc, argv, "", true); // Allow-unknown for --load-module - return opts; -} ostream& operator<<(ostream& o, const cpg_name* n) { return o << qpid::cluster::Cpg::str(*n); |