Sfoglia il codice sorgente

Remove useless "use" directives.

Daniele Alessandri 13 anni fa
parent
commit
bacdb7ff62
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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;
 
 /**