mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +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);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(extension_loaded('parallel')){
|
|
||||||
\parallel\bootstrap(\pocketmine\COMPOSER_AUTOLOADER_PATH);
|
|
||||||
}
|
|
||||||
|
|
||||||
ErrorToExceptionHandler::set();
|
ErrorToExceptionHandler::set();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user