summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_identifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/utl_identifier.cpp')
-rw-r--r--TAO/TAO_IDL/util/utl_identifier.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/util/utl_identifier.cpp b/TAO/TAO_IDL/util/utl_identifier.cpp
index 1f91f9a199b..f5a9172ae06 100644
--- a/TAO/TAO_IDL/util/utl_identifier.cpp
+++ b/TAO/TAO_IDL/util/utl_identifier.cpp
@@ -122,16 +122,6 @@ Identifier::case_compare (Identifier *o)
return member.compare (&other);
}
-// Report no error if the two identifiers differ only in case.
-long
-Identifier::case_compare_quiet (Identifier *o)
-{
- UTL_String member (this->pv_string);
- UTL_String other (o->get_string ());
-
- return member.compare_quiet (&other);
-}
-
// Dumping
void