Browse Source

Remove leftover "use" directive.

[ci skip]
Daniele Alessandri 11 years ago
parent
commit
c127d02e92
1 changed files with 0 additions and 1 deletions
  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;