summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 10:28:41 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 10:28:41 -0800
commit8b8f2d96ea0fc0b2b5a25e41faa75205e993892c (patch)
tree4055713ccc61f7c28ec0730aa5b63bf9088feb04
parentbbe278f6ef9b945afe66ef8a4e71f46e83df9278 (diff)
downloadchef-8b8f2d96ea0fc0b2b5a25e41faa75205e993892c.tar.gz
Remove unused require in yum package provider
-rw-r--r--lib/chef/provider/package/yum.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/package/yum.rb b/lib/chef/provider/package/yum.rb
index 22722f7f3c..2dbda60750 100644
--- a/lib/chef/provider/package/yum.rb
+++ b/lib/chef/provider/package/yum.rb
@@ -18,7 +18,6 @@
require 'chef/config'
require 'chef/provider/package'
-require 'chef/mixin/command' # handle_command_failures
require 'chef/mixin/shell_out'
require 'chef/resource/package'
require 'singleton'