summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json.c')
-rw-r--r--ext/json/json.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/json/json.c b/ext/json/json.c
index 9d8a72ff64..b9b506e00b 100644
--- a/ext/json/json.c
+++ b/ext/json/json.c
@@ -385,12 +385,3 @@ static PHP_FUNCTION(json_last_error_msg)
RETURN_STRING(php_json_get_error_msg(JSON_G(error_code)));
}
/* }}} */
-
-/*
- * 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
- */