From 18f38f05fd42bda4aef82aadf4b55c1bc735f877 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Fri, 24 May 2013 08:29:52 -0700 Subject: 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. --- lib/chef/rest.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/chef') 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 -- cgit v1.2.1