[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] remove unused variable
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] remove unused variable |
Date: |
Mon, 10 Nov 2003 23:41:33 +0900 |
Committed.
Thank you!
> Index: libutil/strbuf.c
> ===================================================================
> RCS file: /cvsroot/global/global/libutil/strbuf.c,v
> retrieving revision 1.8
> diff -u -r1.8 strbuf.c
> --- libutil/strbuf.c 8 Nov 2003 08:12:15 -0000 1.8
> +++ libutil/strbuf.c 10 Nov 2003 13:21:09 -0000
> @@ -206,7 +206,6 @@
> if (i == 0) {
> strbuf_putc(sb, '0');
> } else {
> - int j = 0;
> while (--i >= 0)
> strbuf_putc(sb, num[i]);
> }
>
> ----
> Hideki IWAMOTO address@hidden
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3