summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-02-03 21:23:18 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-02-03 21:23:18 +0100
commit623911f993f39ebbe75abe2771fc89faf6b15b9b (patch)
treede37b0eb6b86f8024362bda8389ecd402b3a5117 /ext/mbstring/php_mbregex.c
parent5ded0e8f290a9ae6dcdff0119680d27d0eb01e8a (diff)
parent92ac598aabd336593a47ed3959f1031674b763e6 (diff)
downloadphp-git-623911f993f39ebbe75abe2771fc89faf6b15b9b.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove local variables
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c
index 73d3ee3618..f65b86755d 100644
--- a/ext/mbstring/php_mbregex.c
+++ b/ext/mbstring/php_mbregex.c
@@ -1639,12 +1639,3 @@ PHP_FUNCTION(mb_regex_set_options)
/* }}} */
#endif /* HAVE_MBREGEX */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: fdm=marker
- * vim: noet sw=4 ts=4
- */