From b37fe2c4bbe0e47399408f8feb59b5b0ab98a592 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 23 Aug 2014 11:55:24 -0500 Subject: refactoring and remove unused providers for now --- include/rebar.hrl | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 -- cgit v1.1