summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-27 21:06:59 -0700
committerAdam Edwards <adamed@opscode.com>2014-08-30 12:31:09 -0700
commitbc3d6871086721d2049bd2e28e8801d0eed176ff (patch)
tree48b608e6bd893e3697350433c7efd1aacb9cfca8 /lib/chef/client.rb
parent482f8bb073ddd322017b9366fb8aac2301e56e3a (diff)
downloadchef-bc3d6871086721d2049bd2e28e8801d0eed176ff.tar.gz
Move Chef::Config path functions to Chef::Util::PathHelper
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 69e191bdf8..2de3ca3e64 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -25,7 +25,6 @@ require 'chef/log'
require 'chef/rest'
require 'chef/api_client'
require 'chef/api_client/registration'
-require 'chef/platform/query_helpers'
require 'chef/node'
require 'chef/role'
require 'chef/file_cache'