Skip to content

Commit 18e5c3c

Browse files
committed
Remove unused FAST_STATE_PROTOTYPE and PRETTY_STATE_PROTOTYPE
1 parent 44886b0 commit 18e5c3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/json/common.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ def generator=(generator) # :nodoc:
7171
self.state = generator::State
7272
const_set :State, self.state
7373
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
74-
const_set :FAST_STATE_PROTOTYPE, create_fast_state
75-
const_set :PRETTY_STATE_PROTOTYPE, create_pretty_state
7674
ensure
7775
$VERBOSE = old
7876
end

0 commit comments

Comments
 (0)