summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/IOR_MCast/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/server.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/IOR_MCast/server.cpp b/TAO/orbsvcs/tests/IOR_MCast/server.cpp
index be8c6ab97c8..eabe5f473dd 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/server.cpp
+++ b/TAO/orbsvcs/tests/IOR_MCast/server.cpp
@@ -10,7 +10,6 @@ int main (int argc, char *argv[])
Server_i svr_i;
const int init_result = svr_i.init (argc, argv ACE_ENV_ARG_PARAMETER);
- ACE_TRY_CHECK;
if (init_result != 0)
return 1;
@@ -22,7 +21,6 @@ int main (int argc, char *argv[])
"CORBA exception raised in server!");
}
ACE_ENDTRY;
- ACE_CHECK_RETURN (-1);
return 0;
}