Skip to content

Commit 395b6a9

Browse files
authored
Remove dead code in ext/random/random.c (#9114)
see GH-9070
1 parent e4d79ce commit 395b6a9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ext/random/random.c

-7
Original file line numberDiff line numberDiff line change
@@ -888,10 +888,3 @@ zend_module_entry random_module_entry = {
888888
STANDARD_MODULE_PROPERTIES_EX
889889
};
890890
/* }}} */
891-
892-
#ifdef COMPILE_DL_RANDOM
893-
# ifdef ZTS
894-
ZEND_TSRMLS_CACHE_DEFINE()
895-
# endif
896-
ZEND_GET_MODULE(random)
897-
#endif

0 commit comments

Comments
 (0)