From 3d1e4a101bd5d2efbd52f25d62cee4278fc58a9f Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 19 Feb 2004 13:20:06 +0000 Subject: fixes --- cpp/src/slice2cpp/Gen.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index b5c5f1f4c8a..acb44b529af 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -3453,11 +3453,9 @@ Slice::Gen::AsyncVisitor::visitOperation(const OperationPtr& p) C << eb; C << nl << "catch(const ::Ice::UserException& __ex)"; C << sb; - C << nl << "__cleanup();"; C << nl << "ice_exception(__ex);"; C << nl << "return;"; C << eb; - C << nl << "__cleanup();"; C << nl << "ice_response" << spar << args << epar << ';'; C << eb; } -- cgit v1.2.3