소스 검색

Remove useless "use" directives.

Daniele Alessandri 13 년 전
부모
커밋
bacdb7ff62
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;
 
 /**