summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 21:12:50 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 21:12:50 +0000
commit37fdcd20af8afe17de242b5c285f01943252a583 (patch)
tree3e285b0f9795cf1efa72180ee902249189f1bee8
parent91c7be48041b532483ff8b3bc1d0e242a8142154 (diff)
downloadATCD-37fdcd20af8afe17de242b5c285f01943252a583.tar.gz
TAO_IIOP_Connector::close (void) changed
-rw-r--r--TAO/tao/IIOP_Connector.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 952c86db04b..25e9921b557 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -194,10 +194,6 @@ TAO_IIOP_Connector::make_connection_caching_strategy (void)
int
TAO_IIOP_Connector::close (void)
{
- TAO_CACHED_CONNECT_STRATEGY *cached_connect_strategy =
- ACE_dynamic_cast (TAO_CACHED_CONNECT_STRATEGY *,
- this->base_connector_.connect_strategy ());
-
// Zap the creation strategy that we created earlier
delete this->cached_connect_strategy_->creation_strategy ();
delete this->cached_connect_strategy_;