diff options
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r-- | ext/standard/head.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c index 60a25605a9..4c0abe4af2 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -268,15 +268,6 @@ PHP_FUNCTION(headers_sent) } } -function_entry php_header_functions[] = { - {NULL, NULL, NULL} -}; - - -zend_module_entry php_header_module_entry = { - "PHP_head", php_header_functions, NULL, NULL, PHP_RINIT(head), NULL, NULL, STANDARD_MODULE_PROPERTIES -}; - /* * Local variables: * tab-width: 4 |