summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/test_i.cpp')
-rw-r--r--TAO/tests/Bug_1495_Regression/test_i.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1495_Regression/test_i.cpp b/TAO/tests/Bug_1495_Regression/test_i.cpp
index f79564cc0dd..0fba4bb193e 100644
--- a/TAO/tests/Bug_1495_Regression/test_i.cpp
+++ b/TAO/tests/Bug_1495_Regression/test_i.cpp
@@ -49,10 +49,8 @@ Bug1495_i::shutdown (
"Shutting down orb %i\n",
ACE_Thread::self()));
- this->_remove_ref (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_CHECK;
+ this->_remove_ref ();
this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
}