summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/test_i.cpp')
-rw-r--r--TAO/tests/Native_Exceptions/test_i.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tests/Native_Exceptions/test_i.cpp b/TAO/tests/Native_Exceptions/test_i.cpp
index 6f97c7e937b..35fb4a4f8e6 100644
--- a/TAO/tests/Native_Exceptions/test_i.cpp
+++ b/TAO/tests/Native_Exceptions/test_i.cpp
@@ -16,15 +16,10 @@ Simple_Server_i::test_method (CORBA::Long x)
}
CORBA::Long
-Simple_Server_i::test_raise (CORBA::Long x)
+Simple_Server_i::test_raise (CORBA::Long)
ACE_THROW_SPEC ((Simple_Server::Failure))
{
- ACE_UNUSED_ARG (x);
throw Simple_Server::Failure ();
-
-# if defined (WIN32) || defined (__HP_aCC)
- return x;
-#endif /*WIN32 & HP */
}
void