Remove useless "use" directives.

This commit is contained in:
Daniele Alessandri
2012-07-29 22:30:31 +02:00
parent e0c6ad58be
commit bacdb7ff62
-2
View File
@@ -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;
/**