summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-28 18:30:50 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-28 18:30:50 +0200
commit68f47435636cb72e6088fb68eacf5aad764f13cd (patch)
treece7bd5ac65b482e71c8fff7e5ddaa6f26356d5c3 /include
parent69bca2a03c8a50bb1aad749368e6d297a4e8c90b (diff)
downloadrebar-68f47435636cb72e6088fb68eacf5aad764f13cd.tar.gz
Remove unused record definition
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index 66d6318..c435a85 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -1,8 +1,6 @@
-record(config, { dir,
opts }).
--record(global_state, { working_dir }).
-
-define(FAIL, throw({error, failed})).
-define(ABORT(Str, Args), rebar_utils:abort(Str, Args)).