summaryrefslogtreecommitdiff
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-24 10:28:18 -0800
commit29621836104b5a3d0637b782319433608d743dbc (patch)
tree7827aaa4c519be421a50f59b2c2ba9466aa82f5a
parent1206d59a1868ae49d0b4cd23c5f4b60b2eda872b (diff)
downloadchef-29621836104b5a3d0637b782319433608d743dbc.tar.gz
[CHEF-3632] removed duplicated provider#whyrun_supported? method
-rw-r--r--chef/lib/chef/provider.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/chef/lib/chef/provider.rb b/chef/lib/chef/provider.rb
index 6e9c4f5acb..f1bd81de83 100644
--- a/chef/lib/chef/provider.rb
+++ b/chef/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