From 6dce47f8365f3ad4f00930530170eecd7f4eeb11 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@661730 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/client/SessionBase_0_10.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/cpp/src') 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); -- cgit v1.2.1