소스 검색

Remove leftover "use" directive.

[ci skip]
Daniele Alessandri 11 년 전
부모
커밋
c127d02e92
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/Predis/Connection/AbstractConnection.php

+ 0 - 1
lib/Predis/Connection/AbstractConnection.php

@@ -12,7 +12,6 @@
 namespace Predis\Connection;
 
 use InvalidArgumentException;
-use Predis\ClientException;
 use Predis\CommunicationException;
 use Predis\Command\CommandInterface;
 use Predis\Protocol\ProtocolException;