diff options
author | danielsdeleo <dan@opscode.com> | 2013-05-30 15:26:40 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-05-31 09:52:01 -0700 |
commit | d3dc63db74a6fbe4728bc94ba9d8c3c6f7b5e752 (patch) | |
tree | dd7c50d210d8b5b43125fba248cba2a54bede69c /lib/chef/providers.rb | |
parent | ade637eca728eb264bcab4eb8da840743475e88d (diff) | |
download | chef-d3dc63db74a6fbe4728bc94ba9d8c3c6f7b5e752.tar.gz |
remove unused remote file util class
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 9ecdee322a..8fc66fc9a8 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -107,7 +107,6 @@ require 'chef/provider/remote_file/http' require 'chef/provider/remote_file/local_file' require 'chef/provider/remote_file/fetcher' require 'chef/provider/remote_file/result' -require 'chef/provider/remote_file/util' require "chef/provider/lwrp_base" require 'chef/provider/registry_key' |