summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:05:00 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:05:00 +0200
commitdd34f8db9b026ad063d68a0a5d6864c6ddd5b2ae (patch)
tree1e6fc328706a03cdbeb9331e50ae504c516bf33f /TAO
parentfbe57ca13bf180d3f117c7d691d11f9d611837a5 (diff)
downloadATCD-dd34f8db9b026ad063d68a0a5d6864c6ddd5b2ae.tar.gz
Just remove the argument name instead of using ACE_UNUSED_ARG
* TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
index eb49f2d14d6..46538434f4f 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
+++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
@@ -95,10 +95,8 @@ namespace TAO
CORBA::Object_var &effective_target,
Profile_Transport_Resolver &r,
ACE_Time_Value *&max_wait_time,
- Invocation_Retry_State *retry_state)
+ Invocation_Retry_State *)
{
- ACE_UNUSED_ARG (retry_state);
-
// Simple sanity check
if (this->mode_ != TAO_DII_INVOCATION ||
this->type_ != TAO_TWOWAY_INVOCATION)
@@ -220,10 +218,8 @@ namespace TAO
CORBA::Object_var &effective_target,
Profile_Transport_Resolver &r,
ACE_Time_Value *&max_wait_time,
- Invocation_Retry_State *retry_state)
+ Invocation_Retry_State *)
{
- ACE_UNUSED_ARG (retry_state);
-
// Simple sanity check
if (this->mode_ != TAO_DII_DEFERRED_INVOCATION ||
this->type_ != TAO_TWOWAY_INVOCATION)