mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused functions from mbstring
- mbfl_buffer_converter_reset - mbfl_buffer_converter_strncat - mbfl_buffer_converter_getbuffer - mbfl_oddlen - mbfl_filter_output_pipe_flush - mbfl_memory_device_output2 - mbfl_memory_device_output4 - mbfl_is_support_encoding - mbfl_buffer_converter_feed2 - _php_mb_regex_globals_dtor - mime_header_encoder_feed - mime_header_decoder_feed - mbfl_convert_filter_feed
This commit is contained in:
parent
8d13348bb5
commit
a64241b540
12 changed files with 8 additions and 228 deletions
|
@ -86,12 +86,6 @@ static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ _php_mb_regex_globals_dtor */
|
||||
static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals)
|
||||
{
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_mb_regex_globals_alloc */
|
||||
zend_mb_regex_globals *php_mb_regex_globals_alloc(void)
|
||||
{
|
||||
|
@ -111,7 +105,6 @@ void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals)
|
|||
if (!pglobals) {
|
||||
return;
|
||||
}
|
||||
_php_mb_regex_globals_dtor(pglobals);
|
||||
pefree(pglobals, 1);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue