summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp
index a8c03a62c5c..43506413a5d 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ch.cpp
@@ -296,7 +296,6 @@ be_visitor_component_ch::visit_component (be_component *node)
// Proxy Implementation Declaration.
ctx = *this->ctx_;
- ctx.state (TAO_CodeGen::TAO_INTERFACE_PROXY_IMPLS_CH);
be_visitor_interface_proxy_impls_ch spi_visitor (&ctx);
if (node->accept (&spi_visitor) == -1)
@@ -310,7 +309,6 @@ be_visitor_component_ch::visit_component (be_component *node)
// Proxy Broker Declaration.
ctx = *this->ctx_;
- ctx.state (TAO_CodeGen::TAO_INTERFACE_PROXY_BROKERS_CH);
be_visitor_interface_proxy_brokers_ch pb_visitor (&ctx);
if (node->accept (&pb_visitor) == -1)
@@ -326,7 +324,6 @@ be_visitor_component_ch::visit_component (be_component *node)
if (be_global->tc_support ())
{
- ctx.state (TAO_CodeGen::TAO_TYPECODE_DECL);
be_visitor_typecode_decl td_visitor (&ctx);
if (node->accept (&td_visitor) == -1)