summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum.rb
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2015-01-30 15:18:32 -0800
committerPhil Dibowitz <phil@ipom.com>2015-02-03 19:32:36 -0800
commitc4c05b868a0d8face976d8d5c89324c173dbeaa8 (patch)
tree0626fd06e5f597fcc6cf350983831664ca4c73db /lib/chef/provider/package/yum.rb
parenta50c72f4ffbeb9118f8916de5a3b93a1a40f17bb (diff)
downloadchef-c4c05b868a0d8face976d8d5c89324c173dbeaa8.tar.gz
Mior output cleanups
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