Skip to content

Commit

Permalink
don't deprecate until we solve HaxeFoundation#3947
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Mar 2, 2015
1 parent 2652bb2 commit b7d9572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/haxe/macro/MacroType.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
}

0 comments on commit b7d9572

Please sign in to comment.