Skip to content

Commit 2b70bb4

Browse files
committed
remove dupe
1 parent a063178 commit 2b70bb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/random/engine_mt19937.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ PHP_METHOD(Random_Engine_Mt19937, __serialize)
334334
zend_throw_exception(NULL, "Engine serialize failed", 0);
335335
RETURN_THROWS();
336336
}
337-
zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &t);
338337
}
339338
/* }}} */
340339

0 commit comments

Comments
 (0)