mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Remove unused record definition
This commit is contained in:
parent
69bca2a03c
commit
68f4743563
1 changed files with 0 additions and 2 deletions
|
@ -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)).
|
||||
|
|
Loading…
Reference in a new issue