Skip to content

Commit 24085b1

Browse files
committed
Remove unused prototype in mbstring
Reported by legale.
1 parent b1e9c73 commit 24085b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/mbstring/mbstring.h

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length,
123123
const char *_from_encodings,
124124
size_t *output_len);
125125

126-
MBSTRING_API int php_mb_check_encoding_list(const char *encoding_list);
127-
128126
MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
129127
MBSTRING_API size_t php_mb_mbchar_bytes(const char *s);
130128

0 commit comments

Comments
 (0)