Procházet zdrojové kódy

Remove useless "use" directives.

Daniele Alessandri před 13 roky
rodič
revize
bacdb7ff62
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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;
 
 /**