summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp
index 2d0b84948f8..f31eccdb8c3 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp
@@ -616,7 +616,6 @@ be_visitor_field_cdr_op_ci::visit_sequence (be_sequence *node)
ctx.node (node);
// Generate the inline code for structs.
- ctx.state (TAO_CodeGen::TAO_SEQUENCE_CDR_OP_CI);
be_visitor_sequence_cdr_op_ci visitor (&ctx);
if (node->accept (&visitor) == -1)
@@ -733,7 +732,6 @@ be_visitor_field_cdr_op_ci::visit_structure (be_structure *node)
ctx.node (node);
// Generate the inline code for structs.
- ctx.state (TAO_CodeGen::TAO_STRUCT_CDR_OP_CI);
be_visitor_structure_cdr_op_ci visitor (&ctx);
if (node->accept (&visitor) == -1)
@@ -829,7 +827,6 @@ be_visitor_field_cdr_op_ci::visit_union (be_union *node)
ctx.node (node);
// Generate the inline code for union.
- ctx.state (TAO_CodeGen::TAO_UNION_CDR_OP_CI);
be_visitor_union_cdr_op_ci visitor (&ctx);
if (node->accept (&visitor) == -1)