summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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)).