summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp b/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp
index 689ec9a3627..ed8433bd9a0 100644
--- a/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_eventtype/eventtype_ss.cpp
@@ -39,7 +39,6 @@ int
be_visitor_eventtype_ss::visit_eventtype (be_eventtype *node)
{
be_visitor_context ctx (*this->ctx_);
- ctx.state (TAO_CodeGen::TAO_VALUETYPE_SS);
be_visitor_valuetype_ss visitor (&ctx);
return visitor.visit_valuetype (node);
}