From: Nikita Popov Date: Thu, 24 Jan 2019 15:11:35 +0000 (+0100) Subject: Remove unused prototype in mbstring X-Git-Tag: php-7.4.0alpha1~1158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24085b187a7505aacb5bd76372f1522226656dd3;p=php Remove unused prototype in mbstring Reported by legale. --- diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index d6fdea9ff0..5c14cf67cb 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -123,8 +123,6 @@ MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length, const char *_from_encodings, size_t *output_len); -MBSTRING_API int php_mb_check_encoding_list(const char *encoding_list); - MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc); MBSTRING_API size_t php_mb_mbchar_bytes(const char *s);