summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c
index 674f67545c..9df865b76a 100644
--- a/ext/soap/php_http.c
+++ b/ext/soap/php_http.c
@@ -1537,11 +1537,3 @@ static zend_string *get_http_headers(php_stream *stream)
smart_str_free(&tmp_response);
return NULL;
}
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */