summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-05-24 08:29:52 -0700
committerBryan McLellan <btm@opscode.com>2013-05-24 08:29:52 -0700
commit18f38f05fd42bda4aef82aadf4b55c1bc735f877 (patch)
treee2a7f7f9165360f13891927169469012e1a91337 /lib/chef/rest.rb
parent663c7dafdbdf833af331c7a1758af990fa7834be (diff)
downloadchef-18f38f05fd42bda4aef82aadf4b55c1bc735f877.tar.gz
CHEF-3535: Do not need all of chef/platform
We only needed #windows? for CHEF-3535, which is now in chef/platform/query_helpers.rb from 3b373784 due to CHEF-4157/CHEF-4153.
Diffstat (limited to 'lib/chef/rest.rb')
-rw-r--r--lib/chef/rest.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb
index 6d2eaada12..79b1d0a87a 100644
--- a/lib/chef/rest.rb
+++ b/lib/chef/rest.rb
@@ -32,7 +32,6 @@ require 'chef/monkey_patches/net_http'
require 'chef/config'
require 'chef/exceptions'
require 'chef/platform/query_helpers'
-require 'chef/platform'
class Chef
# == Chef::REST