summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Retry_State.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Retry_State.cpp')
-rw-r--r--TAO/tao/Invocation_Retry_State.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Retry_State.cpp b/TAO/tao/Invocation_Retry_State.cpp
index 4c62c4e9d80..3c2564db0eb 100644
--- a/TAO/tao/Invocation_Retry_State.cpp
+++ b/TAO/tao/Invocation_Retry_State.cpp
@@ -31,7 +31,6 @@ namespace
TAO::Invocation_Retry_Params &client_factory_params,
TAO::Invocation_Retry_Params &result)
{
-
// Retry delay
if (command_line_params.init_retry_delay_ !=
result.init_retry_delay_)
@@ -70,7 +69,6 @@ namespace
command_line_params,
client_factory_params,
result);
-
}
}