mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
bootstrap: remove ext-parallel bootstrapping code
I have no intention of using parallel, so this code is not necessary.
This commit is contained in:
parent
043350753b
commit
c7dff9ea40
@ -265,9 +265,6 @@ JIT_WARNING
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
if(extension_loaded('parallel')){
|
||||
\parallel\bootstrap(\pocketmine\COMPOSER_AUTOLOADER_PATH);
|
||||
}
|
||||
|
||||
ErrorToExceptionHandler::set();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user