summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-20 14:40:06 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-20 14:40:06 -0700
commit04953a806b2b1bbb47d1b9f786e1b25c3d4d9ccc (patch)
tree4f57874c49bb6feb85a989f8be1272a24a6b7214
parent6308b58facfeed88cac1bb5b4730c6c478669ada (diff)
downloadchef-04953a806b2b1bbb47d1b9f786e1b25c3d4d9ccc.tar.gz
method is inherited
-rw-r--r--lib/chef/provider/file/content/file.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/chef/provider/file/content/file.rb b/lib/chef/provider/file/content/file.rb
index b0a1234956..616631317a 100644
--- a/lib/chef/provider/file/content/file.rb
+++ b/lib/chef/provider/file/content/file.rb
@@ -33,14 +33,6 @@ class Chef
nil
end
end
-
- private
-
- def tempfile_basename
- basename = ::File.basename(@new_resource.name)
- basename.insert 0, "." unless Chef::Platform.windows? # dotfile if we're not on windows
- basename
- end
end
end
end