Browse Source

Remove unused record definition

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
68f4743563
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      include/rebar.hrl

+ 0
- 2
include/rebar.hrl 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)).

Loading…
Cancel
Save