diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index 24f124baaf..30fdbe1db2 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -5,9 +5,6 @@ require 'json/version' module JSON autoload :GenericObject, 'json/generic_object' - NOT_SET = Object.new.freeze - private_constant :NOT_SET - class << self # :call-seq: # JSON[object] -> new_array or new_string