bootstrap: remove ext-parallel bootstrapping code

I have no intention of using parallel, so this code is not necessary.
This commit is contained in:
Dylan K. Taylor 2023-05-17 14:11:43 +01:00
parent 043350753b
commit c7dff9ea40
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -265,9 +265,6 @@ JIT_WARNING
exit(1);
}
}
if(extension_loaded('parallel')){
\parallel\bootstrap(\pocketmine\COMPOSER_AUTOLOADER_PATH);
}
ErrorToExceptionHandler::set();