summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
index 2b1b6b6af4f..49834dd76e3 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
@@ -64,7 +64,6 @@ be_visitor_operation_remote_proxy_impl_cs::visit_operation (
// Generate the return type mapping (same as in the header file)
be_visitor_context ctx = *this->ctx_;
- ctx.state (TAO_CodeGen::TAO_OPERATION_RETTYPE_OTHERS);
be_visitor_operation_rettype ort_visitor (&ctx);
if (bt->accept (&ort_visitor) == -1)