diff options
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 |