summaryrefslogtreecommitdiff
path: root/main/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/snprintf.c')
-rw-r--r--main/snprintf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/snprintf.c b/main/snprintf.c
index 8975cb0290..15ed08175e 100644
--- a/main/snprintf.c
+++ b/main/snprintf.c
@@ -1341,12 +1341,3 @@ PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */
return cc;
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */