Selaa lähdekoodia

Remove useless "use" directives.

Daniele Alessandri 13 vuotta sitten
vanhempi
commit
bacdb7ff62
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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;
 
 /**