summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-06-03 13:29:08 -0700
committersersut <serdar@opscode.com>2013-06-03 13:30:09 -0700
commitc1aba2676136a81da712f7772d020ed253b89392 (patch)
tree25cadebd7653eced1c641ddb360bce5769ffe3e9 /lib/chef/providers.rb
parent7fee9a0121fc56228a0214390b521a11894ef601 (diff)
downloadchef-c1aba2676136a81da712f7772d020ed253b89392.tar.gz
Remove unused class RemoteFile::Result.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 8fc66fc9a8..145de8173e 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -106,7 +106,6 @@ require 'chef/provider/remote_file/ftp'
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/lwrp_base"
require 'chef/provider/registry_key'