summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 89456c23a7..28fd4b8753 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -6353,12 +6353,3 @@ PHP_FUNCTION(utf8_decode)
RETURN_STR(php_utf8_decode(arg, arg_len));
}
/* }}} */
-
-/*
- * 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
- */