From e6b607491054904a55ae50e1da461beb2db96e52 Mon Sep 17 00:00:00 2001 From: Wojciech Piekutowski Date: Sun, 20 Feb 2011 15:34:11 +0100 Subject: [PATCH] Remove unneeded variable --- lib/bson/byte_buffer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bson/byte_buffer.rb b/lib/bson/byte_buffer.rb index 26d1bea..e548cd4 100644 --- a/lib/bson/byte_buffer.rb +++ b/lib/bson/byte_buffer.rb @@ -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