From d6ee2fea579a4a499e93415f5b16d1c5fd1d2c49 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 30 May 2008 14:28:13 +0000 Subject: Removed redundant flush request. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@661730 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionBase_0_10.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/client') 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); -- cgit v1.2.1