Repository: qpid-cpp Updated Branches: refs/heads/master 57e8b4a6b -> af2bec7de
NO-JIRA: Remove unused code. Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/af2bec7d Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/af2bec7d Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/af2bec7d Branch: refs/heads/master Commit: af2bec7de64ff017e1953946726ef7363bd8142d Parents: 57e8b4a Author: Alan Conway <[email protected]> Authored: Mon Jul 18 13:14:34 2016 -0400 Committer: Alan Conway <[email protected]> Committed: Mon Jul 18 13:14:34 2016 -0400 ---------------------------------------------------------------------- src/qpid/ha/Primary.h | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/af2bec7d/src/qpid/ha/Primary.h ---------------------------------------------------------------------- diff --git a/src/qpid/ha/Primary.h b/src/qpid/ha/Primary.h index 8ca36b3..96de157 100644 --- a/src/qpid/ha/Primary.h +++ b/src/qpid/ha/Primary.h @@ -105,8 +105,6 @@ class Primary : public Role typedef std::set<RemoteBackupPtr > BackupSet; - typedef std::pair<types::Uuid, boost::shared_ptr<broker::Queue> > UuidQueue; - RemoteBackupPtr backupConnect(const BrokerInfo&, broker::Connection&, sys::Mutex::ScopedLock&); void backupDisconnect(RemoteBackupPtr, sys::Mutex::ScopedLock&); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
