summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r--ext/standard/pack.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c
index 0f1af1d69e..5f375585d4 100644
--- a/ext/standard/pack.c
+++ b/ext/standard/pack.c
@@ -1331,12 +1331,3 @@ PHP_MINIT_FUNCTION(pack)
return SUCCESS;
}
/* }}} */
-
-/*
- * 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
- */