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{