Explorar o código

Remove useless "use" directives.

Daniele Alessandri %!s(int64=13) %!d(string=hai) anos
pai
achega
bacdb7ff62
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      lib/Predis/Connection/RedisCluster.php

+ 0 - 2
lib/Predis/Connection/RedisCluster.php

@@ -16,8 +16,6 @@ use Predis\NotSupportedException;
 use Predis\ResponseErrorInterface;
 use Predis\Command\CommandInterface;
 use Predis\Command\Hash\RedisClusterHashStrategy;
-use Predis\Connection\ConnectionFactory;
-use Predis\Connection\ConnectionFactoryInterface;
 use Predis\Distribution\CRC16HashGenerator;
 
 /**