summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_dsi.cpp')
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/DSI_Gateway/test_dsi.cpp b/TAO/tests/DSI_Gateway/test_dsi.cpp
index 349cb62d18f..39c6e6ded6e 100644
--- a/TAO/tests/DSI_Gateway/test_dsi.cpp
+++ b/TAO/tests/DSI_Gateway/test_dsi.cpp
@@ -39,10 +39,8 @@ DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr request)
// Updates the byte order state, if necessary.
target_request->invoke ();
}
- catch (const CORBA::UNKNOWN& ex)
+ catch (const CORBA::UNKNOWN&)
{
- ACE_UNUSED_ARG (ex);
-
// Outgoing reply must have the same byte order as the incoming one.
request->_tao_reply_byte_order (target_request->_tao_byte_order ());