Franco Ponticelli 13 years ago
parent
commit
9758784d72
1 changed files with 0 additions and 2 deletions
  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;