summaryrefslogtreecommitdiff
path: root/lib/chef/api_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/api_client.rb')
-rw-r--r--lib/chef/api_client.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/api_client.rb b/lib/chef/api_client.rb
index 6999a4f52d..087de3fdf9 100644
--- a/lib/chef/api_client.rb
+++ b/lib/chef/api_client.rb
@@ -140,11 +140,6 @@ class Chef
client
end
- def self.json_create(data)
- Chef.deprecated(:json_auto_inflate, "Auto inflation of JSON data is deprecated. Please use Chef::ApiClient#from_hash")
- from_hash(data)
- end
-
def self.from_json(j)
from_hash(Chef::JSONCompat.parse(j))
end