mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Restore R13B03 compatibility for building rebar
The ability to overload macros was added in Erlang R13B04. The second form was not used anyway.
This commit is contained in:
parent
112f74cac1
commit
d35f343f79
1 changed files with 0 additions and 3 deletions
|
@ -13,6 +13,3 @@
|
|||
|
||||
-define(DEPRECATED(Key, Old, New, Opts, When),
|
||||
rebar_utils:deprecated(Key, Old, New, Opts, When)).
|
||||
|
||||
-define(DEPRECATED(Key, Old, New, When),
|
||||
rebar_utils:deprecated(Key, Old, New, When)).
|
||||
|
|
Loading…
Reference in a new issue