summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/param_test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/param_test_i.cpp')
-rw-r--r--TAO/tests/Param_Test/param_test_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/param_test_i.cpp b/TAO/tests/Param_Test/param_test_i.cpp
index 49385975f6c..fa4f6948cc8 100644
--- a/TAO/tests/Param_Test/param_test_i.cpp
+++ b/TAO/tests/Param_Test/param_test_i.cpp
@@ -664,12 +664,10 @@ Param_Test_i::test_objref (Coffee_ptr o1,
catch (const CORBA::SystemException& sysex)
{
sysex._tao_print_exception ("System Exception");
- // env.exception (TAO_TRY_ENV.exception ());
}
catch (const CORBA::UserException& userex)
{
userex._tao_print_exception ("User Exception");
- // env.exception (TAO_TRY_ENV.exception ());
}
return ret;