summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp b/TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
index fec555db545..6014e7af16a 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
@@ -120,16 +120,12 @@ int be_visitor_operation_rettype_compiled_marshal::visit_array (be_array *node)
if (this->ctx_->sub_state () == TAO_CodeGen::TAO_CDR_OUTPUT)
{
-#if 0
*os << node->name () << "_forany (";
if (node->size_type () == be_decl::VARIABLE)
*os << "(" << node->name () << "_slice *)"
<< "_tao_retval.in ()" << ")";
else
*os << "_tao_retval" << ")";
-#else
- *os << "_tao_retval_forany";
-#endif
}
else if (this->ctx_->sub_state () == TAO_CodeGen::TAO_CDR_INPUT)
{