summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/uchar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/uchar.cpp')
-rw-r--r--deps/icu-small/source/common/uchar.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/icu-small/source/common/uchar.cpp b/deps/icu-small/source/common/uchar.cpp
index c3f037d73e..996c3fdc40 100644
--- a/deps/icu-small/source/common/uchar.cpp
+++ b/deps/icu-small/source/common/uchar.cpp
@@ -42,14 +42,6 @@
/* getting a uint32_t properties word from the data */
#define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
-U_CFUNC UBool
-uprv_haveProperties(UErrorCode *pErrorCode) {
- if(U_FAILURE(*pErrorCode)) {
- return FALSE;
- }
- return TRUE;
-}
-
/* API functions ------------------------------------------------------------ */
/* Gets the Unicode character's general category.*/