Skip to content

Commit

Permalink
Remove useless variable: mbfl_encoding_utf8_kddi_a_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdowad committed Aug 30, 2021
1 parent d456189 commit 6a693d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ extern int mbfl_filt_conv_utf8_wchar_flush(mbfl_convert_filter *filter);
extern const unsigned char mblen_table_utf8[];

static const char *mbfl_encoding_utf8_docomo_aliases[] = {"UTF-8-DOCOMO", "UTF8-DOCOMO", NULL};
static const char *mbfl_encoding_utf8_kddi_a_aliases[] = {NULL};
static const char *mbfl_encoding_utf8_kddi_b_aliases[] = {"UTF-8-Mobile#KDDI", "UTF-8-KDDI", "UTF8-KDDI", NULL};
static const char *mbfl_encoding_utf8_sb_aliases[] = {"UTF-8-SOFTBANK", "UTF8-SOFTBANK", NULL};

Expand All @@ -56,7 +55,7 @@ const mbfl_encoding mbfl_encoding_utf8_kddi_a = {
mbfl_no_encoding_utf8_kddi_a,
"UTF-8-Mobile#KDDI-A",
"UTF-8",
mbfl_encoding_utf8_kddi_a_aliases,
NULL,
mblen_table_utf8,
0,
&vtbl_utf8_kddi_a_wchar,
Expand Down

0 comments on commit 6a693d2

Please sign in to comment.