summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/ValueTypes/Bank/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/ValueTypes/Bank/client.cpp')
-rw-r--r--TAO/DevGuideExamples/ValueTypes/Bank/client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/ValueTypes/Bank/client.cpp b/TAO/DevGuideExamples/ValueTypes/Bank/client.cpp
index cb78ad7347e..3a51587727f 100644
--- a/TAO/DevGuideExamples/ValueTypes/Bank/client.cpp
+++ b/TAO/DevGuideExamples/ValueTypes/Bank/client.cpp
@@ -98,7 +98,6 @@ int ACE_TMAIN (int argc, ACE_TCHAR* argv[]) {
std::cout << "Client: Ending balance: " << b/100.0 << std::endl;
orb->destroy();
-
} catch(const CORBA::Exception& e) {
std::cerr << e << std::endl;
return 1;