1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

We don't need preload_restart() here

This commit is contained in:
Dmitry Stogov
2018-11-02 14:54:44 +03:00
parent 0bd17bd438
commit 9b0a53ed1c

View File

@@ -3895,7 +3895,6 @@ static int accel_finish_startup(void)
if (ZCSG(preload_script)) {
/* Preloading was done in another process */
preload_load();
preload_restart();
zend_shared_alloc_unlock();
return SUCCESS;
}