summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-09-15 11:54:04 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-09-15 11:54:04 -0700
commitf67b45e225b45e7f0eb7fc25d3df471ea72a5565 (patch)
tree6af29bef29fd3c0dfa4d3fcb45d0d74fefd11b81
parent0b86d8b497a51401c4588e253fb957f2ccc20343 (diff)
downloadchef-f67b45e225b45e7f0eb7fc25d3df471ea72a5565.tar.gz
remove empty method i accidentally left
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/file_content_management/tempfile.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/file_content_management/tempfile.rb b/lib/chef/file_content_management/tempfile.rb
index a52244b141..eb9154c4b1 100644
--- a/lib/chef/file_content_management/tempfile.rb
+++ b/lib/chef/file_content_management/tempfile.rb
@@ -76,10 +76,6 @@ class Chef
File.basename(@new_resource.path)[/\..*/] || ""
end
- # kinda like File.extname, but greedier about the extension
- def greedy_extname
- end
-
# Returns the possible directories for the tempfile to be created in.
def tempfile_dirnames
# in why-run mode we need to create a Tempfile to compare against, which we will never