summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_decl.h')
-rw-r--r--TAO/TAO_IDL/include/ast_decl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/include/ast_decl.h b/TAO/TAO_IDL/include/ast_decl.h
index f3396d4f21c..58aa779927a 100644
--- a/TAO/TAO_IDL/include/ast_decl.h
+++ b/TAO/TAO_IDL/include/ast_decl.h
@@ -95,7 +95,6 @@ class ast_visitor;
class TAO_IDL_FE_Export COMMON_Base
{
public:
-
COMMON_Base (bool local = false,
bool abstract = false);
@@ -111,9 +110,6 @@ public:
// A no-op, overridden in the child classes.
virtual void destroy (void);
- // Narrowing.
-
-
protected:
bool is_local_;
bool is_abstract_;
@@ -174,11 +170,6 @@ public:
, NT_param_holder // Denotes a template param placeholder
};
- // Operations.
-
- // Constructor(s).
- AST_Decl (void);
-
AST_Decl (NodeType type,
UTL_ScopedName *n,
bool anonymous = false);