changeset 2280:99a5c71d5ad2

* src/wcstombs.cxx (wcstombs): unused variable removed.
author asl
date Tue, 29 Aug 2006 20:26:11 +0000
parents 042c71d8381f
children 7102a12c64ab
files packages/language/c/libc/i18n/current/ChangeLog packages/language/c/libc/i18n/current/src/wcstombs.cxx
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/language/c/libc/i18n/current/ChangeLog
+++ b/packages/language/c/libc/i18n/current/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28  Sergei Gavrikov  <w3sg@SoftHome.net>
+
+	* src/wcstombs.cxx (wcstombs): unused variable removed.
+
 2006-08-11  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/wcstombs.cxx (wcstombs): Previous change should have
--- a/packages/language/c/libc/i18n/current/src/wcstombs.cxx
+++ b/packages/language/c/libc/i18n/current/src/wcstombs.cxx
@@ -194,7 +194,6 @@ wcstombs ( char *s, const wchar_t *pwcs,
 #endif /* CYGINT_LIBC_I18N_MB_REQUIRED */
   
   int count = 0;
-  char c;
 
   if (s == NULL) {
       while (*pwcs++ != 0) {