From f82b3a139260263b6a03def28b9ba1c09f087481 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Oct 2007 17:20:00 +0000 Subject: [PATCH] Remove an unused variable (#483301). 2007-10-09 Matthew Barnes * iconv-detect.c (main): Remove an unused variable (#483301). svn path=/trunk/; revision=8107 --- ChangeLog | 4 ++++ iconv-detect.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce0fe8c..0c0d79b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-09 Matthew Barnes + + * iconv-detect.c (main): Remove an unused variable (#483301). + 2007-09-07 Kjartan Maraas * libedataserver/e-msgport.c: (e_dlist_init), (em_cache_lookup), diff --git a/iconv-detect.c b/iconv-detect.c index 59730a2..138c3c5 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -92,7 +92,7 @@ static int num_iso10646_tests = sizeof (iso10646_tests) / sizeof (CharInfo); int main (int argc, char **argv) { - unsigned int bits, iso8859, iso2022, iso10646; + unsigned int iso8859, iso2022, iso10646; CharInfo *info; iconv_t cd; FILE *fp; -- 2.7.4