summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
index 3cff3ff8f78..edb19440d67 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
@@ -108,7 +108,6 @@ be_visitor_field_cdr_op_cs::visit_sequence (be_sequence *node)
{
be_visitor_context ctx (*this->ctx_);
ctx.node (node);
- ctx.state (TAO_CodeGen::TAO_SEQUENCE_CDR_OP_CS);
be_visitor_sequence_cdr_op_cs visitor (&ctx);
if (node->accept (&visitor) == -1)
@@ -132,7 +131,6 @@ be_visitor_field_cdr_op_cs::visit_structure (be_structure *node)
{
be_visitor_context ctx (*this->ctx_);
ctx.node (node);
- ctx.state (TAO_CodeGen::TAO_STRUCT_CDR_OP_CS);
be_visitor_structure_cdr_op_cs visitor (&ctx);
if (node->accept (&visitor) == -1)
@@ -175,7 +173,6 @@ be_visitor_field_cdr_op_cs::visit_union (be_union *node)
{
be_visitor_context ctx (*this->ctx_);
ctx.node (node);
- ctx.state (TAO_CodeGen::TAO_UNION_CDR_OP_CS);
be_visitor_union_cdr_op_cs visitor (&ctx);
if (node->accept (&visitor) == -1)