diff options
author | Pali Rohár <pali@kernel.org> | 2020-03-18 01:25:54 +0300 |
---|---|---|
committer | Namjae Jeon <namjae.jeon@samsung.com> | 2020-06-09 10:48:49 +0300 |
commit | 6778337a7a4e51ec9fa4a76846d34e8a66ca6418 (patch) | |
tree | 603f2aa5bccdc65fa19c6e32e878548a466b9cf4 /fs/exfat/exfat_fs.h | |
parent | dddf7da3985ee144b46ee287e81e47b9ee8bb980 (diff) | |
download | linux-6778337a7a4e51ec9fa4a76846d34e8a66ca6418.tar.xz |
exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()
After applying previous two patches, these functions are not used anymore.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Diffstat (limited to 'fs/exfat/exfat_fs.h')
-rw-r--r-- | fs/exfat/exfat_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/exfat/exfat_fs.h b/fs/exfat/exfat_fs.h index 1ebfb9085f1f..3862df6af738 100644 --- a/fs/exfat/exfat_fs.h +++ b/fs/exfat/exfat_fs.h @@ -492,8 +492,6 @@ int exfat_nls_to_utf16(struct super_block *sb, struct exfat_uni_name *uniname, int *p_lossy); int exfat_create_upcase_table(struct super_block *sb); void exfat_free_upcase_table(struct exfat_sb_info *sbi); -unsigned short exfat_high_surrogate(unicode_t u); -unsigned short exfat_low_surrogate(unicode_t u); /* exfat/misc.c */ void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) |