diff options
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index 6765a082413..ee32b494b26 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -267,10 +267,6 @@ protected: /// use for invocation. TAO_Invocation_Endpoint_Selector *endpoint_selector_; - /// Flag indicating whether <endpoint_selector_> has been - /// initialized. - int is_selector_initialized_; - /// Store information used by endpoint_selector_ for making endpoint /// selection decisions. This is a hack. The state should be kept in /// the selector, but to do this, we'd need to dynamically allocate |