Remove unused record definition

This commit is contained in:
Tuncer Ayaz 2011-03-28 18:30:50 +02:00
parent 69bca2a03c
commit 68f4743563

View file

@ -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)).