summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_component.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_component.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/ast/ast_component.cpp b/TAO/TAO_IDL/ast/ast_component.cpp
index 058e020d279..f6227a232cb 100644
--- a/TAO/TAO_IDL/ast/ast_component.cpp
+++ b/TAO/TAO_IDL/ast/ast_component.cpp
@@ -17,16 +17,6 @@
AST_Decl::NodeType const
AST_Component::NT = AST_Decl::NT_component;
-AST_Component::AST_Component (void)
- : COMMON_Base (),
- AST_Decl (),
- AST_Type (),
- UTL_Scope (),
- AST_Interface (),
- pd_base_component (0)
-{
-}
-
AST_Component::AST_Component (UTL_ScopedName *n,
AST_Component *base_component,
AST_Type **supports,