浏览代码

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;