summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index 34a06cb520..068d743d1a 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -275,12 +275,3 @@ PHP_FUNCTION(crypt)
RETURN_STR(result);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */