Skip to content

Commit

Permalink
module: unicode: remove unused U8_HANGUL_JAMO()
Browse files Browse the repository at this point in the history
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
  • Loading branch information
nabijaczleweli committed Apr 21, 2022
1 parent a8fefd1 commit b49a17e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/sys/u8_textprep.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#define _SYS_U8_TEXTPREP_H



#include <sys/isa_defs.h>
#include <sys/types.h>
#include <sys/errno.h>
Expand Down
3 changes: 0 additions & 3 deletions module/unicode/u8_textprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@
#define U8_HANGUL_JAMO_T(u) \
((u) > U8_HANGUL_JAMO_T_FIRST && (u) <= U8_HANGUL_JAMO_T_LAST)

#define U8_HANGUL_JAMO(u) \
((u) >= U8_HANGUL_JAMO_L_FIRST && (u) <= U8_HANGUL_JAMO_T_LAST)

#define U8_HANGUL_SYLLABLE(u) \
((u) >= U8_HANGUL_SYL_FIRST && (u) <= U8_HANGUL_SYL_LAST)

Expand Down

0 comments on commit b49a17e

Please sign in to comment.