Remove dead code in ext/random/random.c (#9114)

see GH-9070
This commit is contained in:
Tim Düsterhus 2022-07-23 13:14:31 +02:00 committed by GitHub
parent e4d79ce24c
commit 395b6a9674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -888,10 +888,3 @@ zend_module_entry random_module_entry = {
STANDARD_MODULE_PROPERTIES_EX
};
/* }}} */
#ifdef COMPILE_DL_RANDOM
# ifdef ZTS
ZEND_TSRMLS_CACHE_DEFINE()
# endif
ZEND_GET_MODULE(random)
#endif