diff options
author | Jean Boussier <[email protected]> | 2025-04-17 07:37:14 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-22 11:27:24 +0900 |
commit | e0264791f013f1d1de51bc9be823a3eb042a0293 (patch) | |
tree | 6582bda033aaa1d44238cadfa5c480f4bc0f2e1d /ext | |
parent | 51d0e5877283a260f994b05fde6411d39a49bc99 (diff) |
[ruby/json] Get rid of unused CircularDatastructure class
https://github.com/ruby/json/commit/92beca8032
Diffstat (limited to 'ext')
-rw-r--r-- | ext/json/lib/json/common.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index b5fbfcf05d..254ed0920b 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -236,10 +236,6 @@ module JSON # deep. class NestingError < ParserError; end - # :stopdoc: - class CircularDatastructure < NestingError; end - # :startdoc: - # This exception is raised if a generator or unparser error occurs. class GeneratorError < JSONError attr_reader :invalid_object |