diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-17 13:25:21 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-17 13:25:21 -0700 |
commit | bcf0f61d3cc2abe8d975ffdcd98d801d1c4c6a15 (patch) | |
tree | 4d4bf3ba94174e891ce0b26e5f1d91daf8551203 | |
parent | a0c32511bc6634538374ca4b433032b8acd05f96 (diff) | |
download | chef-bcf0f61d3cc2abe8d975ffdcd98d801d1c4c6a15.tar.gz |
stray Lint/UselessAccessModifierlcg/more-more-cops
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | lib/chef/http.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb index 94885b11c2..4dac372f22 100644 --- a/lib/chef/http.rb +++ b/lib/chef/http.rb @@ -460,8 +460,6 @@ class Chef raise end - public - ############################################################################ # DEPRECATED ############################################################################ |