diff options
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r-- | lib/chef/node.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb index 1c2fbfee0f..92bdb5887b 100644 --- a/lib/chef/node.rb +++ b/lib/chef/node.rb @@ -508,12 +508,6 @@ class Chef self end - # Create a Chef::Node from JSON - def self.json_create(o) - Chef.deprecated(:json_auto_inflate, "Auto inflation of JSON data is deprecated. Please use Chef::Node#from_hash") - from_hash(o) - end - def self.from_hash(o) return o if o.kind_of? Chef::Node node = new |