2
0
Эх сурвалжийг харах

don't deprecate until we solve #3947

Nicolas Cannasse 10 жил өмнө
parent
commit
b7d9572cde

+ 0 - 1
std/haxe/macro/MacroType.hx

@@ -25,6 +25,5 @@ package haxe.macro;
 	This type is meant to be used to generate custom types using a macro.
 	For instance by doing MacroType<[my.Class.myMacro(55)]>
 **/
-@:deprecated("haxe.macro.MacroType is deprecated, consider using @:genericBuild instead")
 extern class MacroType<Const> {
 }