diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-02 17:59:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-02 17:59:35 +0000 |
commit | 593461ea66175d06b4c416b6a14835f46b6aacb6 (patch) | |
tree | bdc8a053aead4df58d272fca92ce5f58b1db13ba /TAO/TAO_IDL | |
parent | f50abb5f0d4e3a1ed5ba0771491cca4461839f0d (diff) | |
download | ATCD-593461ea66175d06b4c416b6a14835f46b6aacb6.tar.gz |
Removed superfluous assignment to 0;
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp index 15abee6d8a2..ac62ddfd2eb 100644 --- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp @@ -112,7 +112,6 @@ be_visitor_interface_any_op_cs::visit_interface (be_interface *node) << "if (!type->equivalent (" << node->tc_name () << ", ACE_TRY_ENV)) // not equal" << be_idt_nl << "{" << be_idt_nl - << "_tao_elem = 0;" << be_nl << "return 0;" << be_uidt_nl << "}" << be_uidt_nl << "ACE_TRY_CHECK;" << be_nl |