Skip to content

Commit e47af2b

Browse files
committed
Remove dead code in ext/random/random.c
see phpGH-9070
1 parent b0c0a2c commit e47af2b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ext/random/random.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -889,10 +889,3 @@ zend_module_entry random_module_entry = {
889889
STANDARD_MODULE_PROPERTIES_EX
890890
};
891891
/* }}} */
892-
893-
#ifdef COMPILE_DL_RANDOM
894-
# ifdef ZTS
895-
ZEND_TSRMLS_CACHE_DEFINE()
896-
# endif
897-
ZEND_GET_MODULE(random)
898-
#endif

0 commit comments

Comments
 (0)