Remove unneeded variable
This commit is contained in:
parent
3ff4f75270
commit
e6b6074910
|
@ -245,7 +245,6 @@ module BSON
|
||||||
end
|
end
|
||||||
|
|
||||||
def dump
|
def dump
|
||||||
i = 0
|
|
||||||
@str.each_byte do |c, i|
|
@str.each_byte do |c, i|
|
||||||
$stderr.puts "#{'%04d' % i}: #{'%02x' % c} #{'%03o' % c} #{'%s' % c.chr} #{'%3d' % c}"
|
$stderr.puts "#{'%04d' % i}: #{'%02x' % c} #{'%03o' % c} #{'%s' % c.chr} #{'%3d' % c}"
|
||||||
i += 1
|
i += 1
|
||||||
|
|
Loading…
Reference in New Issue