build/make-release: remove redundant require_once

this is included by vendor/autoload.php since 3.7.x.
This commit is contained in:
Dylan K. Taylor 2019-12-17 11:47:07 +00:00
parent 911b6feaf9
commit b08c38f8f9

View File

@ -36,7 +36,6 @@ use function system;
use const pocketmine\BASE_VERSION;
use const STDIN;
require_once dirname(__DIR__) . '/src/pocketmine/VersionInfo.php';
require_once dirname(__DIR__) . '/vendor/autoload.php';
if(isset($argv[1])){