summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-24 10:07:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-24 10:07:57 -0700
commitf382c51e3f6fc091153f447520817e7ede3520fc (patch)
treece8c34fdec0d27edd191865ee7aa28111330667f
parent492bb393e721d166246905923ab705315854bbcc (diff)
downloadchef-f382c51e3f6fc091153f447520817e7ede3520fc.tar.gz
remove another comment
-rw-r--r--lib/chef/json_compat.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb
index 795cf046fd..2dbb607d9b 100644
--- a/lib/chef/json_compat.rb
+++ b/lib/chef/json_compat.rb
@@ -40,8 +40,6 @@ class Chef
class <<self
- # opts_add_max_nesting() removed -- libyajl does not have a configurable max nesting depth
-
# Just call the JSON gem's parse method with a modified :max_nesting field
def from_json(source, opts = {})
obj = ::FFI_Yajl::Parser.parse(source)