summaryrefslogtreecommitdiff
path: root/qpid/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
commit6dce47f8365f3ad4f00930530170eecd7f4eeb11 (patch)
treef886d9eeaecd3228fc836da8d7620468472cf591 /qpid/cpp/src
parent7829202b741c280e4522824d86dc818667d92d42 (diff)
downloadqpid-python-6dce47f8365f3ad4f00930530170eecd7f4eeb11.tar.gz
Removed redundant flush request.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/client/SessionBase_0_10.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/SessionBase_0_10.cpp b/qpid/cpp/src/qpid/client/SessionBase_0_10.cpp
index 1fa958dcae..974acbfcf6 100644
--- a/qpid/cpp/src/qpid/client/SessionBase_0_10.cpp
+++ b/qpid/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);