diff options
author | Mattias Holmlund <mattias@holmlund.se> | 2011-07-28 21:45:50 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-07-28 22:27:54 +0200 |
commit | d35f343f79f5e51aab159d175c249d326d326104 (patch) | |
tree | 793100cae42cb7d015a88d0fe83122cf7bfbcc5f | |
parent | 112f74cac14659da1e57a8d302a59a811dd845b6 (diff) |
Restore R13B03 compatibility for building rebar
The ability to overload macros was added in Erlang R13B04.
The second form was not used anyway.
-rw-r--r-- | include/rebar.hrl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index e870f98..a6534e1 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -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)). |