浏览代码

[neko] removed deprecation from neko.Web (#9153)

Aleksandr Kuzmenko 4 年之前
父节点
当前提交
4542ba2d9b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/neko/Web.hx

+ 0 - 1
std/neko/Web.hx

@@ -28,7 +28,6 @@ import haxe.ds.List;
 	This class is used for accessing the local Web server and the current
 	This class is used for accessing the local Web server and the current
 	client request and information.
 	client request and information.
 **/
 **/
-@:deprecated('neko.Web is deprecated and will be removed from standard library in Haxe 4.2')
 class Web {
 class Web {
 	/**
 	/**
 		Returns the GET and POST parameters.
 		Returns the GET and POST parameters.