remove unused imports

This commit is contained in:
Dylan K. Taylor 2020-07-21 19:29:12 +01:00
parent e3dce1f8bd
commit ed144a1709
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ use function mt_rand;
use function random_bytes;
use function rtrim;
use function substr;
use function unserialize;
use const PTHREADS_INHERIT_CONSTANTS;
class RakLibInterface implements ServerEventListener, AdvancedNetworkInterface{

View File

@ -102,7 +102,6 @@ use pocketmine\utils\TextFormat;
use pocketmine\uuid\UUID;
use pocketmine\world\ChunkListener;
use pocketmine\world\ChunkListenerNoOpTrait;
use pocketmine\world\ChunkLoader;
use pocketmine\world\format\Chunk;
use pocketmine\world\Position;
use pocketmine\world\sound\EntityAttackNoDamageSound;