diff options
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h index c947b9bd50..50ef76107b 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -106,12 +106,3 @@ static inline int php_json_decode(zval *return_value, char *str, int str_len, ze } #endif /* PHP_JSON_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |