summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/client_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/client_i.cpp')
-rw-r--r--TAO/tests/NestedUpcall/Simple/client_i.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/client_i.cpp b/TAO/tests/NestedUpcall/Simple/client_i.cpp
index af61f40ba94..3d4db29c601 100644
--- a/TAO/tests/NestedUpcall/Simple/client_i.cpp
+++ b/TAO/tests/NestedUpcall/Simple/client_i.cpp
@@ -25,6 +25,5 @@ client_i::ping (CORBA::UShort time_to_live
{
this->server_->ping (time_to_live
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
}
}