summaryrefslogtreecommitdiff
path: root/Zend/zend_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_stack.c')
-rw-r--r--Zend/zend_stack.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c
index 904f9a4f67..51f68b5c9a 100644
--- a/Zend/zend_stack.c
+++ b/Zend/zend_stack.c
@@ -162,13 +162,3 @@ ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), zend_boo
stack->top = stack->max = 0;
}
}
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */