diff options
Diffstat (limited to 'ext/standard/http.c')
-rw-r--r-- | ext/standard/http.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/http.c b/ext/standard/http.c index 218ce805ab..40c53d3b67 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -267,12 +267,3 @@ PHP_FUNCTION(http_build_query) RETURN_NEW_STR(formstr.s); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |