From c7dff9ea40519eb8c1f85e47ff2b6e710591fd6c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 17 May 2023 14:11:43 +0100 Subject: [PATCH] bootstrap: remove ext-parallel bootstrapping code I have no intention of using parallel, so this code is not necessary. --- src/PocketMine.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PocketMine.php b/src/PocketMine.php index 7b47449d5..c653d33ea 100644 --- a/src/PocketMine.php +++ b/src/PocketMine.php @@ -265,9 +265,6 @@ JIT_WARNING exit(1); } } - if(extension_loaded('parallel')){ - \parallel\bootstrap(\pocketmine\COMPOSER_AUTOLOADER_PATH); - } ErrorToExceptionHandler::set();