Removed unnecessary assignment.
authorStig Bjørlykke <stig@bjorlykke.org>
Tue, 6 Oct 2009 13:23:07 +0000 (13:23 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Tue, 6 Oct 2009 13:23:07 +0000 (13:23 -0000)
svn path=/trunk/; revision=30361

print.c

diff --git a/print.c b/print.c
index 338da26ee0f032f3fedb2ec2c41eb7ac8ce412f2..7a52a5573a5d5ef5b712b2080f8b1bf38fb5aec2 100644 (file)
--- a/print.c
+++ b/print.c
@@ -881,7 +881,6 @@ print_hex_data_buffer(print_stream_t *stream, const guchar *cp,
                         * Start of a new line.
                         */
                        j = 0;
-                       k = 0;
                        l = use_digits;
                        do {
                                l--;