aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--iconv-detect.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10bc097ca6..4aec52ea25 100644
--- 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-10-08 Matthew Barnes <mbarnes@redhat.com>
* configure.in: Require libbonobo 2.16.0 or later (#483989).
diff --git a/iconv-detect.c b/iconv-detect.c
index 5d57b218fd..e95d525d5c 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;