summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 4a82e5f3cd7..b0028396a15 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -1273,15 +1273,6 @@ be_interface::gen_optable_entries (be_interface *derived_interface,
continue;
}
- // No server-side operation generation on connector,
- AST_Decl::NodeType nt =
- ScopeAsDecl (op->defined_in ())->node_type ();
-
- if (nt == AST_Decl::NT_connector)
- {
- continue;
- }
-
// We are an operation node.
*os << "{\"" << d->original_local_name () << "\", &"
<< full_skeleton_name << "::"
@@ -1383,15 +1374,6 @@ be_interface::gen_optable_entries (be_interface *derived_interface,
continue;
}
- // No server-side operation generation on connector,
- AST_Decl::NodeType nt =
- ScopeAsDecl (op->defined_in ())->node_type ();
-
- if (nt == AST_Decl::NT_connector)
- {
- continue;
- }
-
// Generate operation name.
// We are an operation node. We use the original