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:
Mattias Holmlund 2011-07-28 21:45:50 +02:00 committed by Tuncer Ayaz
parent 112f74cac1
commit d35f343f79

View file

@ -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)).