diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:48 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:48 +0000 |
| commit | 2b95309f8bb5b3e824b94ff53e2de02c9d5c85d2 (patch) | |
| tree | ac3c8fffd8df714863967421c8784c210686044f /cpp/src/qpid/broker/ConnectionHandler.cpp | |
| parent | e178b460ca36b830b4fd9957f556226e61b9747b (diff) | |
| download | qpid-python-2b95309f8bb5b3e824b94ff53e2de02c9d5c85d2.tar.gz | |
QPID-4905: Remove deprecated and unused federation property
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1491581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionHandler.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/ConnectionHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/ConnectionHandler.cpp b/cpp/src/qpid/broker/ConnectionHandler.cpp index d2ab675ecd..68061e2924 100644 --- a/cpp/src/qpid/broker/ConnectionHandler.cpp +++ b/cpp/src/qpid/broker/ConnectionHandler.cpp @@ -195,7 +195,6 @@ void ConnectionHandler::Handler::startOk(const ConnectionStartOkBody& body) } connection.setClientProperties(clientProperties); - connection.setFederationLink(clientProperties.get(QPID_FED_LINK)); if (clientProperties.isSet(QPID_FED_TAG)) { connection.setFederationPeerTag(clientProperties.getAsString(QPID_FED_TAG)); } |
