summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_err.h')
-rw-r--r--TAO/TAO_IDL/include/utl_err.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h
index 697151cc288..6a1b73556a6 100644
--- a/TAO/TAO_IDL/include/utl_err.h
+++ b/TAO/TAO_IDL/include/utl_err.h
@@ -103,8 +103,7 @@ public:
EIDL_LOOKUP_ERROR, // Identifier not found
EIDL_INHERIT_FWD_ERROR, // Cannot inherit from fwd decl interface
EIDL_CONSTANT_EXPECTED, // We got something else..
- EIDL_NAME_CASE_ERROR, // Identifier spellings differ only in case
- EIDL_NAME_CASE_WARNING, // Same as above, but only a warning
+ EIDL_NAME_CASE_ERROR, // Spelling differences found
EIDL_ENUM_VAL_EXPECTED, // Expected an enumerator
EIDL_ENUM_VAL_NOT_FOUND, // Didnt find an enumerator with that name
EIDL_EVAL_ERROR, // Error in evaluating expression
@@ -132,9 +131,6 @@ public:
// Report a name being used with different spellings
void name_case_error(char *n, char *t);
- // Same as above, but don't increment the error count.
- void name_case_warning(char *n, char *t);
-
// Report an unsuccesful coercion attempt
void coercion_error(AST_Expression *v, AST_Expression::ExprType t);