summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_opcode.c')
-rw-r--r--Zend/zend_opcode.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c
index c46f3dacbd..1093909c83 100644
--- a/Zend/zend_opcode.c
+++ b/Zend/zend_opcode.c
@@ -1075,13 +1075,3 @@ ZEND_API binary_op_type get_binary_op(int opcode)
return (binary_op_type) NULL;
}
}
-
-/*
- * 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
- */