summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/bytestriebuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/bytestriebuilder.h')
-rw-r--r--deps/icu-small/source/common/unicode/bytestriebuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/unicode/bytestriebuilder.h b/deps/icu-small/source/common/unicode/bytestriebuilder.h
index 0f9f5e2c06..7a806bb7f0 100644
--- a/deps/icu-small/source/common/unicode/bytestriebuilder.h
+++ b/deps/icu-small/source/common/unicode/bytestriebuilder.h
@@ -154,7 +154,6 @@ private:
const char *s;
};
- // don't use #ifndef U_HIDE_INTERNAL_API with private class members or virtual methods.
virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
Node *nextNode) const;