diff options
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r-- | ext/standard/head.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c index 86e3a7d835..4d8b586f23 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -69,13 +69,6 @@ int php3_init_head(INIT_FUNC_ARGS) } -PHPAPI void php3_noheader(void) -{ - php3_PrintHeader = 0; - header_called = 1; -} - - #if 0 /* Adds header information */ void php4i_add_header_information(char *header_information, uint header_length) |