summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component_scope.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_scope.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
index cfd56096702..2b45e1c5add 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
@@ -32,8 +32,7 @@ be_visitor_component_scope::be_visitor_component_scope (
: be_visitor_scope (ctx),
node_ (0),
os_ (*ctx->stream ()),
- export_macro_ (be_global->svnt_export_macro ()),
- static_config_ (be_global->gen_ciao_static_config ())
+ export_macro_ (be_global->svnt_export_macro ())
{
/// All existing CIAO examples set the servant export values in the CIDL
/// compiler to equal the IDL compiler's skel export values. Below is a