diff options
-rw-r--r-- | ext/json/lib/json/common.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index 0498a28b9b..b2f11afe55 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -70,7 +70,6 @@ module JSON end self.state = generator::State const_set :State, self.state - const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby ensure $VERBOSE = old end |