summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
index 23b7beee215..4d262d1de85 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
@@ -126,8 +126,7 @@ be_visitor_structure_any_op_cs::visit_structure (be_structure *node)
<< "delete _tao_elem;" << be_nl
<< "return 0; " << be_uidt_nl
<< "}" << be_nl
- << "TAO_ENDTRY;" << be_nl
- << "return 0;" << be_uidt_nl
+ << "TAO_ENDTRY;" << be_uidt_nl
<< "}\n\n";