diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-08 15:25:07 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-11 13:25:02 -0700 |
commit | 619a4f347c6b7dbef1d3d550221af31884b29182 (patch) | |
tree | 420dbdab2530b93c59f47d7ca0dda29b67e4daac | |
parent | 20a75a9cfdddd8ba9dbf9ec033c006d275b46f08 (diff) | |
download | chef-619a4f347c6b7dbef1d3d550221af31884b29182.tar.gz |
remove global_resource_collection
-rw-r--r-- | lib/chef/mixin/notifying_block.rb | 4 |
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 |