Parcourir la source

remove unused namesapce

walkor il y a 10 ans
Parent
commit
b59eaee221

+ 0 - 2
Connection/AsyncTcpConnection.php

@@ -13,8 +13,6 @@
  */
 namespace Workerman\Connection;
 
-use Workerman\Events\Libevent;
-use Workerman\Events\Select;
 use Workerman\Events\EventInterface;
 use Workerman\Worker;
 use \Exception;

+ 0 - 6
Connection/ConnectionInterface.php

@@ -13,12 +13,6 @@
  */
 namespace Workerman\Connection;
 
-use Workerman\Events\Libevent;
-use Workerman\Events\Select;
-use Workerman\Events\EventInterface;
-use Workerman\Worker;
-use \Exception;
-
 /**
  * connection类的接口 
  */

+ 0 - 2
Connection/TcpConnection.php

@@ -13,8 +13,6 @@
  */
 namespace Workerman\Connection;
 
-use Workerman\Events\Libevent;
-use Workerman\Events\Select;
 use Workerman\Events\EventInterface;
 use Workerman\Worker;
 use \Exception;

+ 0 - 6
Connection/UdpConnection.php

@@ -13,12 +13,6 @@
  */
 namespace Workerman\Connection;
 
-use Workerman\Events\Libevent;
-use Workerman\Events\Select;
-use Workerman\Events\EventInterface;
-use Workerman\Worker;
-use \Exception;
-
 /**
  * udp连接类(udp实际上是无连接的,这里是为了保持与TCP接口一致) 
  */