summaryrefslogtreecommitdiff
path: root/lib/chef/platform/query_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform/query_helpers.rb')
-rw-r--r--lib/chef/platform/query_helpers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/platform/query_helpers.rb b/lib/chef/platform/query_helpers.rb
index 7a92fd3300..7d522072a3 100644
--- a/lib/chef/platform/query_helpers.rb
+++ b/lib/chef/platform/query_helpers.rb
@@ -99,7 +99,6 @@ class Chef
metadata = cmdlet.run!.return_value
metadata["RefreshMode"] == "Disabled"
end
-
def supported_powershell_version?(node, version_string)
return false unless node[:languages] && node[:languages][:powershell]