summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInterceptor_Adapter.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ClientRequestInterceptor_Adapter.inl')
-rw-r--r--TAO/tao/ClientRequestInterceptor_Adapter.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/ClientRequestInterceptor_Adapter.inl b/TAO/tao/ClientRequestInterceptor_Adapter.inl
index 684c756edce..ca0758ef582 100644
--- a/TAO/tao/ClientRequestInterceptor_Adapter.inl
+++ b/TAO/tao/ClientRequestInterceptor_Adapter.inl
@@ -10,9 +10,7 @@ namespace TAO
Invocation_Base * invocation)
: interceptors_ (interceptors)
, invocation_ (invocation)
- , len_ (interceptors.size ())
, stack_size_ (0)
- , info_ (0)
{
}
}