summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
index 9995a73c7c8..eac09e96d28 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
@@ -47,16 +47,6 @@ be_visitor_root_cns::visit_root (be_root *node)
(void) tao_cg->end_ciao_conn_source ();
- TAO_OutStream *rh_impl = tao_cg->ciao_ami_rh_impl_source ();
-
- /// If this stream has been created during the connector AST
- /// pass we generate the file ending stuff here, to make sure
- /// that all the AST nodes have been traversed.
- if (rh_impl != 0)
- {
- (void) tao_cg->end_ciao_ami_rh_impl_source ();
- }
-
return 0;
}