diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-06-09 02:19:21 +0100 |
|---|---|---|
| committer | Gabriel Krisman Bertazi <krisman@suse.de> | 2026-07-31 16:22:52 -0400 |
| commit | 080241946ec542ada349fced93936e2aebb51c75 (patch) | |
| tree | e8140f14d1989312830341a3685fa370db82a33f /include/linux | |
| parent | 8ba098e6b6ff0db8edf28528d1552be261af30d4 (diff) | |
utf8: Remove unused utf8_normalize
utf8_normalize() was added in 2019 as part of
commit 9d53690f0d4e ("unicode: implement higher level API for string
handling")
but has remained unused.
(I think because the other higher level routines added by that patch
normalise as part of their operations)
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/unicode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/unicode.h b/include/linux/unicode.h index 5e6b212a2aed..64fa44fe180c 100644 --- a/include/linux/unicode.h +++ b/include/linux/unicode.h @@ -66,9 +66,6 @@ int utf8_strncasecmp_folded(const struct unicode_map *um, const struct qstr *cf, const struct qstr *s1); -int utf8_normalize(const struct unicode_map *um, const struct qstr *str, - unsigned char *dest, size_t dlen); - int utf8_casefold(const struct unicode_map *um, const struct qstr *str, unsigned char *dest, size_t dlen); |
