Skip to content

Commit 22d6884

Browse files
committed
...
1 parent 102a9fd commit 22d6884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/zend_persist_calc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ static uint zend_persist_op_array_calc(zend_op_array *op_array TSRMLS_DC)
218218
}
219219
}
220220

221-
ADD_DUP_SIZE(&op_array->return_hint, sizeof(zend_return_hint));
222221
if (op_array->return_hint.used && op_array->return_hint.type == IS_OBJECT) {
223222
ADD_INTERNED_STRING(op_array->return_hint.class_name, op_array->return_hint.class_name_len + 1);
224223
}

0 commit comments

Comments
 (0)