summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-10 15:07:41 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-28 18:39:38 +0200
commit6d75bfbeb0c981e25c1b30b481118ea52a3b377e (patch)
treee8a311712291c0290b908f2d2f83ab9ed00a56ec /include
parent68f47435636cb72e6088fb68eacf5aad764f13cd (diff)
downloadrebar-6d75bfbeb0c981e25c1b30b481118ea52a3b377e.tar.gz
Clean up specs
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 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)).