diff options
Diffstat (limited to 'Zend/zend_smart_str.c')
-rw-r--r-- | Zend/zend_smart_str.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_smart_str.c b/Zend/zend_smart_str.c index 86cf836d62..1a5eb455ad 100644 --- a/Zend/zend_smart_str.c +++ b/Zend/zend_smart_str.c @@ -171,13 +171,3 @@ ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) str->c = erealloc2(str->c, str->a + 1, str->len); } } - -/* - * 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 - */ |