summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
index 017c73ec855..b2764612aef 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
@@ -47,16 +47,6 @@ be_visitor_root_cnh::visit_root (be_root *node)
(void) tao_cg->end_ciao_conn_header ();
- TAO_OutStream *rh_impl = tao_cg->ciao_ami_rh_impl_header ();
-
- /// 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_header ();
- }
-
return 0;
}