Remove an unused variable (#483301).
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 9 Oct 2007 17:20:00 +0000 (17:20 +0000)
committerMatthew Barnes <mbarnes@src.gnome.org>
Tue, 9 Oct 2007 17:20:00 +0000 (17:20 +0000)
2007-10-09  Matthew Barnes  <mbarnes@redhat.com>

* iconv-detect.c (main): Remove an unused variable (#483301).

svn path=/trunk/; revision=8107

ChangeLog
iconv-detect.c

index ce0fe8c..0c0d79b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-09  Matthew Barnes  <mbarnes@redhat.com>
+
+       * iconv-detect.c (main): Remove an unused variable (#483301).
+
 2007-09-07  Kjartan Maraas  <kmaraas@gnome.org>
 
        * libedataserver/e-msgport.c: (e_dlist_init), (em_cache_lookup),
index 59730a2..138c3c5 100644 (file)
@@ -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;