summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-19 13:20:06 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-19 13:20:06 +0000
commit3d1e4a101bd5d2efbd52f25d62cee4278fc58a9f (patch)
treee8ed767e7210a6c0cf685885d2278daf4b11a5c0 /cpp/src/slice2cpp
parentfix (diff)
downloadice-3d1e4a101bd5d2efbd52f25d62cee4278fc58a9f.tar.bz2
ice-3d1e4a101bd5d2efbd52f25d62cee4278fc58a9f.tar.xz
ice-3d1e4a101bd5d2efbd52f25d62cee4278fc58a9f.zip
fixes
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp2
1 files changed, 0 insertions, 2 deletions
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;
}