소스 검색

remove unused namesapce

walkor 10 년 전
부모
커밋
b59eaee221
4개의 변경된 파일0개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 2
      Connection/AsyncTcpConnection.php
  2. 0 6
      Connection/ConnectionInterface.php
  3. 0 2
      Connection/TcpConnection.php
  4. 0 6
      Connection/UdpConnection.php

+ 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接口一致) 
  */