summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp
index a7f44a8343f..2942c4cc72f 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ci.cpp
@@ -48,8 +48,6 @@ be_visitor_component_ci::visit_component (be_component *node)
*os << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__ << be_nl;
- os->gen_ifdef_macro (node->flat_name (), "");
-
// Generate the constructor from stub and servant.
node->gen_stub_ctor (os);
@@ -65,7 +63,6 @@ be_visitor_component_ci::visit_component (be_component *node)
<< "{" << be_nl
<< "}" ;
- os->gen_endif ();
node->cli_inline_gen (true);
return 0;
}