summaryrefslogtreecommitdiff
path: root/ext/mcve/mcve.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcve/mcve.c')
-rw-r--r--ext/mcve/mcve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mcve/mcve.c b/ext/mcve/mcve.c
index a328037baa..964a895de2 100644
--- a/ext/mcve/mcve.c
+++ b/ext/mcve/mcve.c
@@ -39,7 +39,6 @@ static int mcve_init; /* For Safe Memory Deallocation */
/* }}} */
/* {{{ extension definition structures */
-static unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE };
function_entry mcve_functions[] = {
PHP_FE(mcve_initengine, NULL)