diff options
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp')
-rw-r--r-- | TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp b/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp index f2a2e97b7a2..118fab9b70f 100644 --- a/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp +++ b/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.cpp @@ -23,7 +23,6 @@ int TestAppBase::run(int argc, char* argv[] ACE_ENV_ARG_DECL) { int rc = this->run_i(argc, argv ACE_ENV_ARG_PARAMETER); - ACE_CHECK_RETURN (-1); // Convert 1 to 0. Leave 0 and -1 as they are. return (rc == 1) ? 0 : rc; |