summaryrefslogtreecommitdiff
path: root/main/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/strlcpy.c')
-rw-r--r--main/strlcpy.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/strlcpy.c b/main/strlcpy.c
index 82436e1d1f..31e13489d8 100644
--- a/main/strlcpy.c
+++ b/main/strlcpy.c
@@ -94,12 +94,3 @@ PHPAPI size_t php_strlcpy(dst, src, siz)
}
#endif /* !HAVE_STRLCPY */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */