Explorar el Código

Remove a useless 'use' directive.

Daniele Alessandri hace 14 años
padre
commit
c3ce210150
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/Predis/Utils.php

+ 0 - 1
lib/Predis/Utils.php

@@ -4,7 +4,6 @@ namespace Predis;
 
 use Predis\Network\IConnection;
 use Predis\Network\IConnectionCluster;
-use Predis\Network\ConnectionCluster;
 
 class Utils {
     public static function isCluster(IConnection $connection) {