Skip to content

Commit 92fb3de

Browse files
committed
Remove unused MBFL_FILT_TL_*_MASK constants
Sending more unused, unneeded, unwanted, unrequired, unloved and uncalled-for code where it belongs.
1 parent 9e1447d commit 92fb3de

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,6 @@
4646
#define MBFL_FILT_TL_ZENKAKU_KANA2HIRA 0x00020000
4747
#define MBFL_FILT_TL_HAN2ZEN_COMPAT1 0x00100000
4848
#define MBFL_FILT_TL_ZEN2HAN_COMPAT1 0x00200000
49-
#define MBFL_FILT_TL_HAN2ZEN_MASK ( \
50-
MBFL_FILT_TL_HAN2ZEN_ALL |\
51-
MBFL_FILT_TL_HAN2ZEN_ALPHA |\
52-
MBFL_FILT_TL_HAN2ZEN_NUMERIC |\
53-
MBFL_FILT_TL_HAN2ZEN_SPACE |\
54-
MBFL_FILT_TL_HAN2ZEN_KATAKANA |\
55-
MBFL_FILT_TL_HAN2ZEN_HIRAGANA |\
56-
MBFL_FILT_TL_HAN2ZEN_GLUE |\
57-
MBFL_FILT_TL_HAN2ZEN_COMPAT1)
58-
#define MBFL_FILT_TL_ZEN2HAN_MASK ( \
59-
MBFL_FILT_TL_ZEN2HAN_ALL | \
60-
MBFL_FILT_TL_ZEN2HAN_ALPHA | \
61-
MBFL_FILT_TL_ZEN2HAN_NUMERIC | \
62-
MBFL_FILT_TL_ZEN2HAN_SPACE | \
63-
MBFL_FILT_TL_ZEN2HAN_KATAKANA | \
64-
MBFL_FILT_TL_ZEN2HAN_HIRAGANA | \
65-
MBFL_FILT_TL_ZENKAKU_HIRA2KANA | \
66-
MBFL_FILT_TL_ZENKAKU_KANA2HIRA | \
67-
MBFL_FILT_TL_ZEN2HAN_COMPAT1)
6849

6950
extern const struct mbfl_convert_vtbl vtbl_tl_jisx0201_jisx0208;
7051

0 commit comments

Comments
 (0)