Skip to content

Commit bf4ae10

Browse files
author
Seiji Masugata
committed
fixed compiler warning.
1 parent d085b37 commit bf4ae10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/mbstring/mbstring.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3446,10 +3446,8 @@ PHP_FUNCTION(mb_check_encoding)
34463446
int var_len;
34473447
char *enc = NULL;
34483448
int enc_len;
3449-
char *name;
34503449
mbfl_buffer_converter *convd;
34513450
enum mbfl_no_encoding no_encoding = MBSTRG(current_internal_encoding);
3452-
zval *row;
34533451
mbfl_string string, result, *ret = NULL;
34543452
long illegalchars = 0;
34553453

0 commit comments

Comments
 (0)