diff options
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r-- | ext/standard/head.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c index 52af960611..0ab0293109 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -443,11 +443,3 @@ PHP_FUNCTION(http_response_code) RETURN_LONG(SG(sapi_headers).http_response_code); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 * End: - */ |