diff options
-rw-r--r-- | ext/opcache/zend_persist_calc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/zend_persist_calc.c b/ext/opcache/zend_persist_calc.c index a3f8abd134..a2904056d3 100644 --- a/ext/opcache/zend_persist_calc.c +++ b/ext/opcache/zend_persist_calc.c @@ -208,7 +208,6 @@ static void zend_persist_op_array_calc_ex(zend_op_array *op_array) arg_info--; num_args++; } - ADD_DUP_SIZE(op_array->arg_info, sizeof(zend_arg_info) * num_args); ADD_DUP_SIZE(arg_info, sizeof(zend_arg_info) * num_args); for (i = 0; i < num_args; i++) { if (arg_info[i].name) { |