[ruby/json] Remove unused FAST_STATE_PROTOTYPE
and PRETTY_STATE_PROTOTYPE
https://github.com/ruby/json/commit/18e5c3c67c
This commit is contained in:
parent
b71ec1196e
commit
dc6ffbbe9e
@ -71,8 +71,6 @@ module JSON
|
||||
self.state = generator::State
|
||||
const_set :State, self.state
|
||||
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
|
||||
const_set :FAST_STATE_PROTOTYPE, create_fast_state
|
||||
const_set :PRETTY_STATE_PROTOTYPE, create_pretty_state
|
||||
ensure
|
||||
$VERBOSE = old
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user