summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
index 91774a2f324..35e4c18f006 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
@@ -39,11 +39,6 @@ be_visitor_interface_cdr_op_cs::~be_visitor_interface_cdr_op_cs (void)
int
be_visitor_interface_cdr_op_cs::visit_interface (be_interface *node)
{
- // No CDR operations for locality constraint interfaces.
- if (idl_global->gen_locality_constraint ())
- return 0;
-
- // already generated and/or we are imported. Don't do anything.
if (node->cli_stub_cdr_op_gen () || node->imported ())
return 0;