[qpid-qmf] Missing patch.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon May 5 18:22:08 UTC 2014


commit 2d8eb2b5fec5cb12ab3f30c4e669a4842da4c129
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Mon May 5 14:22:19 2014 -0400

    Missing patch.

 06-NO-JIRA-Remove-dead-code.patch |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/06-NO-JIRA-Remove-dead-code.patch b/06-NO-JIRA-Remove-dead-code.patch
new file mode 100644
index 0000000..18d4707
--- /dev/null
+++ b/06-NO-JIRA-Remove-dead-code.patch
@@ -0,0 +1,32 @@
+From d4ca089ff2a0337e9fb555a533155470d29e4685 Mon Sep 17 00:00:00 2001
+From: "Darryl L. Pierce" <dpierce at redhat.com>
+Date: Wed, 23 Apr 2014 15:28:09 -0400
+Subject: [PATCH] NO-JIRA: Remove dead code
+
+---
+ qpid/cpp/src/qpid/ha/BrokerReplicator.cpp | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+diff --git a/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp b/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp
+index 17b0018..5d53634 100644
+--- a/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp
++++ b/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp
+@@ -347,15 +347,6 @@ void BrokerReplicator::initialize() {
+ 
+ BrokerReplicator::~BrokerReplicator() { shutdown(); }
+ 
+-namespace {
+-void collectQueueReplicators(
+-    const boost::shared_ptr<Exchange> ex, set<boost::shared_ptr<QueueReplicator> >& collect)
+-{
+-    boost::shared_ptr<QueueReplicator> qr(boost::dynamic_pointer_cast<QueueReplicator>(ex));
+-    if (qr) collect.insert(qr);
+-}
+-} // namespace
+-
+ void BrokerReplicator::shutdown() {
+     // NOTE: this is called in a QMF dispatch thread, not the Link's connection
+     // thread.  It's OK to be unlocked because it doesn't use any mutable state,
+-- 
+1.9.0
+


More information about the scm-commits mailing list