From: Dmitry Stogov Date: Mon, 20 Apr 2015 13:48:49 +0000 (+0300) Subject: Removed invalid code X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1a03d7d39a7e00bbe6e7c33ce1ec127c3b097d1;p=php Removed invalid code --- 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) {