summaryrefslogtreecommitdiffstats
path: root/icu4c/source/i18n/uspoof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icu4c/source/i18n/uspoof.cpp')
-rw-r--r--icu4c/source/i18n/uspoof.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/icu4c/source/i18n/uspoof.cpp b/icu4c/source/i18n/uspoof.cpp
index 9cb41e2c9..febaddc94 100644
--- a/icu4c/source/i18n/uspoof.cpp
+++ b/icu4c/source/i18n/uspoof.cpp
@@ -646,13 +646,6 @@ uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
return dest;
}
- // Check that at least one of the CONFUSABLE flags is turned on. If not,
- // return an error.
- if ((This->fChecks & USPOOF_CONFUSABLE) == 0) {
- *status = U_ILLEGAL_ARGUMENT_ERROR;
- return dest;
- }
-
UnicodeString nfdId;
gNfdNormalizer->normalize(id, nfdId, *status);