summaryrefslogtreecommitdiff
path: root/lib/chef/provider/http_request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/http_request.rb')
-rw-r--r--lib/chef/provider/http_request.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chef/provider/http_request.rb b/lib/chef/provider/http_request.rb
index eaca17a972..8370c2375c 100644
--- a/lib/chef/provider/http_request.rb
+++ b/lib/chef/provider/http_request.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
-# Copyright:: Copyright 2008-2016, Chef Software Inc.
+# Copyright:: Copyright 2008-2017, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,10 +27,6 @@ class Chef
attr_accessor :http
- def whyrun_supported?
- true
- end
-
def load_current_resource
@http = Chef::HTTP::Simple.new(new_resource.url)
end