summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-27 14:28:53 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-27 17:10:44 -0700
commit395534b88d54e6ec57eadfaab81c736c688e7938 (patch)
tree57d8ce8aab0c25ee79593c64cf8df9a20bd53f50 /lib/chef/recipe.rb
parenta2c8256a6d699f254b24de61e2a7e1a20bbb2c3d (diff)
downloadchef-395534b88d54e6ec57eadfaab81c736c688e7938.tar.gz
Remove deprecated @node ivarsjk/remove_deprecated_ivars
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r--lib/chef/recipe.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index 5b95d80590..32578da5ab 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -69,7 +69,6 @@ class Chef
@run_context = run_context
# TODO: 5/19/2010 cw/tim: determine whether this can be removed
@params = Hash.new
- @node = deprecated_ivar(run_context.node, :node, :warn)
end
# Used in DSL mixins