diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-10 15:07:41 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-28 18:39:38 +0200 |
commit | 6d75bfbeb0c981e25c1b30b481118ea52a3b377e (patch) | |
tree | e8a311712291c0290b908f2d2f83ab9ed00a56ec /include | |
parent | 68f47435636cb72e6088fb68eacf5aad764f13cd (diff) |
Clean up specs
Diffstat (limited to 'include')
-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 c435a85..0f4e90f 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -1,6 +1,3 @@ --record(config, { dir, - opts }). - -define(FAIL, throw({error, failed})). -define(ABORT(Str, Args), rebar_utils:abort(Str, Args)). |