Skip to content

Commit 4218a42

Browse files
etiennebarriebyroot
authored andcommitted
Remove dead code in benchmark/encoder.rb
1 parent e5e4fd5 commit 4218a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/encoder.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
end
1919

2020
def implementations(ruby_obj)
21-
state = JSON::State.new(JSON.dump_default_options)
2221
coder = JSON::Coder.new
2322
implementations = {
2423
json: ["json", proc { JSON.generate(ruby_obj) }],

0 commit comments

Comments
 (0)