summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-27 14:25:22 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-27 14:26:57 -0700
commit6c434dcec8403001eeb65792830a5e38229589f8 (patch)
tree435be49eb9bea987ca2a3c3e7c3960e5160b1f8a /lib/chef/provider/file.rb
parent3f7eb37e71eae94d81981f193bd3b7757e69b0ab (diff)
downloadchef-6c434dcec8403001eeb65792830a5e38229589f8.tar.gz
whyrun_mode? was always duplicated with the superclass
Diffstat (limited to 'lib/chef/provider/file.rb')
-rw-r--r--lib/chef/provider/file.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/provider/file.rb b/lib/chef/provider/file.rb
index 2cfc36c822..099e58936b 100644
--- a/lib/chef/provider/file.rb
+++ b/lib/chef/provider/file.rb
@@ -148,11 +148,6 @@ class Chef
Chef::Log.warn("The method Chef::Provider::File#update_new_file_state is deprecated and will be removed in Chef 12")
end
- def whyrun_mode?
- Chef::Log.warn("The method Chef::Provider::File#whyrun_mode? is deprecated and will be removed in Chef 12")
- Chef::Config[:why_run]
- end
-
private
def content