Przeglądaj źródła

[python] no need to keep Std.is for throwing primitive types anymore

frabbit 10 lat temu
rodzic
commit
29cc0b1c78
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      std/python/_std/Std.hx

+ 0 - 1
std/python/_std/Std.hx

@@ -45,7 +45,6 @@ import python.Syntax;
 	}
 
 	@:access(python.Boot)
-	@:keep
 	public static function is( v : Dynamic, t : Dynamic ) : Bool {
 
 		if (v == null && t == null) {