summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMattias Holmlund <mattias@holmlund.se>2011-07-28 21:45:50 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-07-28 22:27:54 +0200
commitd35f343f79f5e51aab159d175c249d326d326104 (patch)
tree793100cae42cb7d015a88d0fe83122cf7bfbcc5f /include
parent112f74cac14659da1e57a8d302a59a811dd845b6 (diff)
downloadrebar-d35f343f79f5e51aab159d175c249d326d326104.tar.gz
Restore R13B03 compatibility for building rebar
The ability to overload macros was added in Erlang R13B04. The second form was not used anyway.
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl3
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)).