summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@zuazo.org>2012-11-25 22:37:52 +0100
committerBryan McLellan <btm@opscode.com>2012-12-13 09:34:27 -0800
commitc3b97779bec7487dc6df5c4d4abdec44e5b8e9c7 (patch)
tree8849e68cda2be3991a3a1ee7c746cbee1afd4c41 /lib/chef/provider.rb
parenta178b6c4926cbe1efe456f7610941f59a1050f05 (diff)
downloadchef-c3b97779bec7487dc6df5c4d4abdec44e5b8e9c7.tar.gz
[CHEF-3632] removed duplicated provider#whyrun_supported? method
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index fef75deee5..3842f18f50 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -39,10 +39,6 @@ class Chef
# break, e.g., Chef 11.
attr_accessor :action
- def whyrun_supported?
- false
- end
-
def initialize(new_resource, run_context)
@new_resource = new_resource
@action = action