diff options
author | adamedx <adamed@opscode.com> | 2014-05-30 14:26:56 -0700 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2014-05-30 14:26:56 -0700 |
commit | f1d0e7254be1c7029d95cc1fb2f33174c8f13cb5 (patch) | |
tree | d4722eff939883abda9e59de197eb0a8f6f54247 /lib/chef/platform | |
parent | 1642afe8aaaaf351e93123d86ffbe0c09dd3736a (diff) | |
download | chef-f1d0e7254be1c7029d95cc1fb2f33174c8f13cb5.tar.gz |
Remove duplicate require
Diffstat (limited to 'lib/chef/platform')
-rw-r--r-- | lib/chef/platform/query_helpers.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/platform/query_helpers.rb b/lib/chef/platform/query_helpers.rb index a8d8e4436e..f6f5309de5 100644 --- a/lib/chef/platform/query_helpers.rb +++ b/lib/chef/platform/query_helpers.rb @@ -32,8 +32,6 @@ class Chef return false unless windows? require 'wmi-lite/wmi' - require 'wmi-lite/wmi' - # CHEF-4888: Work around ruby #2618, expected to be fixed in Ruby 2.1.0 # https://github.com/ruby/ruby/commit/588504b20f5cc880ad51827b93e571e32446e5db # https://github.com/ruby/ruby/commit/27ed294c7134c0de582007af3c915a635a6506cd |