summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_home.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_home.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_home.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/TAO_IDL/be/be_home.cpp b/TAO/TAO_IDL/be/be_home.cpp
index cecee18c8cb..6c8aa51a9cd 100644
--- a/TAO/TAO_IDL/be/be_home.cpp
+++ b/TAO/TAO_IDL/be/be_home.cpp
@@ -133,42 +133,12 @@ be_home::destroy (void)
delete [] this->relative_skel_name_;
this->relative_skel_name_ = 0;
- delete [] this->base_proxy_impl_name_;
- this->base_proxy_impl_name_ = 0;
-
- delete [] this->remote_proxy_impl_name_;
- this->remote_proxy_impl_name_ = 0;
-
delete [] this->direct_proxy_impl_name_;
this->direct_proxy_impl_name_ = 0;
- delete [] this->full_base_proxy_impl_name_;
- this->full_base_proxy_impl_name_ = 0;
-
- delete [] this->full_remote_proxy_impl_name_;
- this->full_remote_proxy_impl_name_ = 0;
-
delete [] this->full_direct_proxy_impl_name_;
this->full_direct_proxy_impl_name_ = 0;
- delete [] this->base_proxy_broker_;
- this->base_proxy_broker_ = 0;
-
- delete [] this->remote_proxy_broker_;
- this->remote_proxy_broker_ = 0;
-
- delete [] this->strategized_proxy_broker_;
- this->strategized_proxy_broker_ = 0;
-
- delete [] this->full_base_proxy_broker_name_;
- this->full_base_proxy_broker_name_ = 0;
-
- delete [] this->full_remote_proxy_broker_name_;
- this->full_remote_proxy_broker_name_ = 0;
-
- delete [] this->full_strategized_proxy_broker_name_;
- this->full_strategized_proxy_broker_name_ = 0;
-
delete [] this->client_scope_;
this->client_scope_ = 0;