summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-03-16 17:43:45 +0000
committerThom May <thom@chef.io>2017-03-16 20:23:40 +0000
commit6a16e21869e430352a6d4955843b79e3b6a63ff0 (patch)
tree15752ad125f2b6c92d57998896ffc9b3cf6c168a /lib/chef/application
parent1f23881a95d1dfa63158c7c35d3f8723df97a758 (diff)
downloadchef-6a16e21869e430352a6d4955843b79e3b6a63ff0.tar.gz
Remove Chef::RESTtm/remove_chef_rest
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/application')
-rw-r--r--lib/chef/application/solo.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index 1481338a9c..2705a930ae 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -23,7 +23,6 @@ require "chef/client"
require "chef/config"
require "chef/daemon"
require "chef/log"
-require "chef/rest"
require "chef/config_fetcher"
require "fileutils"
require "chef/mixin/shell_out"