summaryrefslogtreecommitdiff
path: root/ACE/ace/ETCL/ETCL_Constraint.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ETCL/ETCL_Constraint.inl')
-rw-r--r--ACE/ace/ETCL/ETCL_Constraint.inl11
1 files changed, 0 insertions, 11 deletions
diff --git a/ACE/ace/ETCL/ETCL_Constraint.inl b/ACE/ace/ETCL/ETCL_Constraint.inl
index b10fd67cd31..6caa59440bf 100644
--- a/ACE/ace/ETCL/ETCL_Constraint.inl
+++ b/ACE/ace/ETCL/ETCL_Constraint.inl
@@ -159,11 +159,6 @@ ETCL_Component_Array::component () const
// ****************************************************************
ACE_INLINE
-ETCL_Special::ETCL_Special ()
- : type_ (0)
-{}
-
-ACE_INLINE
ETCL_Special::ETCL_Special (int type)
: type_ (type)
{}
@@ -306,12 +301,6 @@ ETCL_Binary_Expr::lhs () const
// ****************************************************************
ACE_INLINE
-ETCL_Preference::ETCL_Preference ()
- : type_ (0),
- subexpr_ (0)
-{}
-
-ACE_INLINE
ETCL_Preference::ETCL_Preference (int type,
ETCL_Constraint *subexpr)
: type_ (type),