summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_exception.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_exception.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp
index ca6114ac195..685b66273e7 100644
--- a/TAO/TAO_IDL/ast/ast_exception.cpp
+++ b/TAO/TAO_IDL/ast/ast_exception.cpp
@@ -83,16 +83,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
AST_Decl::NodeType const
AST_Exception::NT = AST_Decl::NT_except;
-AST_Exception::AST_Exception (void)
- : COMMON_Base (),
- AST_Decl (),
- AST_Type (),
- AST_ConcreteType (),
- UTL_Scope (),
- AST_Structure ()
-{
-}
-
AST_Exception::AST_Exception (UTL_ScopedName *n,
bool local,
bool abstract)