diff options
Diffstat (limited to 'Zend/zend_ast.c')
-rw-r--r-- | Zend/zend_ast.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index 3c8c133c76..2cacd53287 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -2044,13 +2044,3 @@ ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *as smart_str_0(&str); return str.s; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |