summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r--lib/chef/resource.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 0547258f42..b8bf53d6ec 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -1274,12 +1274,6 @@ class Chef
end
end
- protected
-
- def self.provides_priority_map
- Chef::Platform::ResourcePriorityMap.instance
- end
-
# Implement deprecated LWRP class
module DeprecatedLWRPClass
# @api private