From: Matthew Barnes Date: Tue, 9 Oct 2007 17:20:00 +0000 (+0000) Subject: Remove an unused variable (#483301). X-Git-Tag: upstream/3.7.4~5461 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f82b3a139260263b6a03def28b9ba1c09f087481;p=platform%2Fupstream%2Fevolution-data-server.git Remove an unused variable (#483301). 2007-10-09 Matthew Barnes * iconv-detect.c (main): Remove an unused variable (#483301). svn path=/trunk/; revision=8107 --- 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;