summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/mixin/notifying_block.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/mixin/notifying_block.rb b/lib/chef/mixin/notifying_block.rb
index 0ec9444be1..2d6a82f493 100644
--- a/lib/chef/mixin/notifying_block.rb
+++ b/lib/chef/mixin/notifying_block.rb
@@ -48,10 +48,6 @@ class Chef
sub_run_context
end
- def global_resource_collection
- Chef.run_context.resource_collection
- end
-
end
end
end