summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp b/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp
index 99d5fd7e3fa..f0164d197ec 100644
--- a/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_obv_ch.cpp
@@ -46,7 +46,6 @@ int
be_visitor_eventtype_obv_ch::visit_eventtype (be_eventtype *node)
{
be_visitor_context ctx (*this->ctx_);
- ctx.state (TAO_CodeGen::TAO_VALUETYPE_OBV_CH);
be_visitor_valuetype_obv_ch visitor (&ctx);
return visitor.visit_valuetype (node);
}