summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/yum.rb')
-rw-r--r--lib/chef/provider/package/yum.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/package/yum.rb b/lib/chef/provider/package/yum.rb
index 0debba8267..415f204581 100644
--- a/lib/chef/provider/package/yum.rb
+++ b/lib/chef/provider/package/yum.rb
@@ -987,10 +987,6 @@ class Chef
# Helpers
#
- def as_array(thing)
- [ thing ].flatten
- end
-
def yum_arch
arch ? ".#{arch}" : nil
end