summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-30 14:28:13 +0000
committerGordon Sim <gsim@apache.org>2008-05-30 14:28:13 +0000
commitd6ee2fea579a4a499e93415f5b16d1c5fd1d2c49 (patch)
tree1ec7c1d7eaaba3b35a09659b83463beeee8ccf4a /cpp/src
parentec5f4da39ea9c191315844f59db033c3d80acc6d (diff)
downloadqpid-python-d6ee2fea579a4a499e93415f5b16d1c5fd1d2c49.tar.gz
Removed redundant flush request.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@661730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/client/SessionBase_0_10.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/SessionBase_0_10.cpp b/cpp/src/qpid/client/SessionBase_0_10.cpp
index 1fa958dcae..974acbfcf6 100644
--- a/cpp/src/qpid/client/SessionBase_0_10.cpp
+++ b/cpp/src/qpid/client/SessionBase_0_10.cpp
@@ -42,7 +42,6 @@ void SessionBase_0_10::flush()
void SessionBase_0_10::sync()
{
- impl->sendFlush(); // Let the peer know our state.
ExecutionSyncBody b;
b.setSync(true);
impl->send(b).wait(*impl);