diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-23 11:55:24 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-23 11:55:24 -0500 |
commit | b37fe2c4bbe0e47399408f8feb59b5b0ab98a592 (patch) | |
tree | e35d9f443ca06827ef78321a56a378bf0bedb3d3 /include | |
parent | 070689632bf5718e2e80fb9b10cf26837fb4e976 (diff) |
refactoring and remove unused providers for now
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index bc74b59..1b83a9b 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -15,7 +15,6 @@ -record(provider, {name :: atom(), % The 'user friendly' name of the task provider_impl :: atom(), % The implementation of the task, maybe fun or - provides :: atom(), bare :: boolean(), % Indicates whether a build config is needed deps :: [atom()], % The list of dependencies desc :: string(), % The description for the task |