Skip to content

Commit 9892fb5

Browse files
committed
Deduplication of ZVAL_OBJ(ret_val, &intern->std)
1 parent f185841 commit 9892fb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/bcmath/bcmath.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_val, zva
12401240
}
12411241

12421242
bcmath_number_obj_t *intern = bcmath_number_new_obj(ret, scale);
1243-
ZVAL_OBJ(ret_val, &intern->std);
12441243

12451244
/* For increment and decrement, etc */
12461245
if (ret_val == op1) {

0 commit comments

Comments
 (0)