diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-02 10:28:41 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-02 10:28:41 -0800 |
commit | 8b8f2d96ea0fc0b2b5a25e41faa75205e993892c (patch) | |
tree | 4055713ccc61f7c28ec0730aa5b63bf9088feb04 | |
parent | bbe278f6ef9b945afe66ef8a4e71f46e83df9278 (diff) | |
download | chef-8b8f2d96ea0fc0b2b5a25e41faa75205e993892c.tar.gz |
Remove unused require in yum package provider
-rw-r--r-- | lib/chef/provider/package/yum.rb | 1 |
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' |