diff options
Diffstat (limited to 'lib/chef/http.rb')
-rw-r--r-- | lib/chef/http.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb index 0def3378be..94885b11c2 100644 --- a/lib/chef/http.rb +++ b/lib/chef/http.rb @@ -248,8 +248,6 @@ class Chef end end - private - def build_http_client(base_url) if chef_zero_uri?(base_url) # PERFORMANCE CRITICAL: *MUST* lazy require here otherwise we load up webrick |