diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h index ab9f799905..58a3db8c15 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -47,8 +47,6 @@ PHP_FUNCTION(ob_get_contents); PHP_FUNCTION(ob_get_length); PHP_FUNCTION(ob_implicit_flush); -PHP_MINIT_FUNCTION(output); - typedef struct _php_ob_buffer { char *buffer; uint size; |