mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused typedefs in phar.c
This commit is contained in:
parent
07e1bcae2f
commit
4cbe88b220
1 changed files with 0 additions and 3 deletions
|
@ -3364,9 +3364,6 @@ static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type)
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
typedef zend_op_array* (zend_compile_t)(zend_file_handle*, int);
|
|
||||||
typedef zend_compile_t* (compile_hook)(zend_compile_t *ptr);
|
|
||||||
|
|
||||||
static void mime_type_dtor(zval *zv)
|
static void mime_type_dtor(zval *zv)
|
||||||
{
|
{
|
||||||
free(Z_PTR_P(zv));
|
free(Z_PTR_P(zv));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue