Franco Ponticelli 13 年之前
父節點
當前提交
9758784d72
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      std/php/_std/EReg.hx

+ 0 - 2
std/php/_std/EReg.hx

@@ -32,8 +32,6 @@
 	var options : String;
 	var re : String;
 	var matches : ArrayAccess<Dynamic>;
-
-	static var QUOTE : String = untyped __call__("preg_quote", "/", "/");
 	
 	public function new( r : String, opt : String ) : Void {
 		this.pattern = r;