diff options
Diffstat (limited to 'lib/chef/http/simple_json.rb')
-rw-r--r-- | lib/chef/http/simple_json.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/http/simple_json.rb b/lib/chef/http/simple_json.rb index 7357d859ee..685c9b40d6 100644 --- a/lib/chef/http/simple_json.rb +++ b/lib/chef/http/simple_json.rb @@ -24,9 +24,7 @@ require "chef/http/validate_content_length" class Chef class HTTP - class SimpleJSON < HTTP - use JSONInput use JSONOutput use CookieManager @@ -37,7 +35,6 @@ class Chef # because the order of middlewares is reversed when handling # responses. use ValidateContentLength - end end end |