diff options
author | Alan Conway <aconway@apache.org> | 2010-03-31 16:52:50 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-31 16:52:50 +0000 |
commit | dda98127df553def41fb332f714c2f91858a7ea3 (patch) | |
tree | 85ce770251b694656176e4e29e055194293f430d /cpp/src/qpid/cluster/Connection.h | |
parent | f6f1900eb98cc1773a88a3ec309afa646438a384 (diff) | |
download | qpid-python-dda98127df553def41fb332f714c2f91858a7ea3.tar.gz |
Cluster: remove un-necessary code for config-seq.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 2f72783418..000d00f7d9 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -130,8 +130,7 @@ class Connection : uint32_t sendMax); void membership(const framing::FieldTable&, const framing::FieldTable&, - const framing::SequenceNumber& frameSeq, - const framing::SequenceNumber& configSeq); + const framing::SequenceNumber& frameSeq); void retractOffer(); |