summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/php_date.c')
-rw-r--r--ext/date/php_date.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index 9d6cb5ffa3..94db24ce3b 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -5303,12 +5303,3 @@ static zval *date_period_write_property(zval *object, zval *member, zval *value,
return value;
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: fdm=marker
- * vim: noet sw=4 ts=4
- */