Browse Source

This didn't fix the issue

Rudy Ges 1 year ago
parent
commit
cec8d66e4a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      std/haxe/ValueException.hx

+ 0 - 1
std/haxe/ValueException.hx

@@ -18,7 +18,6 @@ class ValueException extends Exception {
 	/**
 	/**
 		Thrown value.
 		Thrown value.
 	**/
 	**/
-	@:keep
 	public var value(default, null):Any;
 	public var value(default, null):Any;
 
 
 	public function new(value:Any, ?previous:Exception, ?native:Any):Void {
 	public function new(value:Any, ?previous:Exception, ?native:Any):Void {