Remove unneeded variable

This commit is contained in:
Wojciech Piekutowski 2011-02-20 15:34:11 +01:00
parent 3ff4f75270
commit e6b6074910
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ module BSON
end
def dump
i = 0
@str.each_byte do |c, i|
$stderr.puts "#{'%04d' % i}: #{'%02x' % c} #{'%03o' % c} #{'%s' % c.chr} #{'%3d' % c}"
i += 1