From d35f343f79f5e51aab159d175c249d326d326104 Mon Sep 17 00:00:00 2001 From: Mattias Holmlund Date: Thu, 28 Jul 2011 21:45:50 +0200 Subject: [PATCH] Restore R13B03 compatibility for building rebar The ability to overload macros was added in Erlang R13B04. The second form was not used anyway. --- include/rebar.hrl | 3 --- 1 file changed, 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)).