summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp
index 905778c25f5..ff140c4ab35 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/any_op_ch.cpp
@@ -41,7 +41,6 @@ int
be_visitor_component_any_op_ch::visit_component (be_component *node)
{
be_visitor_context ctx (*this->ctx_);
- ctx.state (TAO_CodeGen::TAO_INTERFACE_ANY_OP_CH);
be_visitor_interface_any_op_ch visitor (&ctx);
return visitor.visit_interface (node);
}