From 52ac2ac65f5ac40dc1346c763c553d4ba09407f5 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Thu, 25 Jul 2002 17:41:09 +0000 Subject: [PATCH] ICU-1930 fix some compiler warnings X-SVN-Rev: 9337 --- icu4c/source/i18n/ucol_bld.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/icu4c/source/i18n/ucol_bld.cpp b/icu4c/source/i18n/ucol_bld.cpp index 0a97fc2832..9b9d7754e9 100644 --- a/icu4c/source/i18n/ucol_bld.cpp +++ b/icu4c/source/i18n/ucol_bld.cpp @@ -494,17 +494,11 @@ U_CFUNC void ucol_initBuffers(UColTokenParser *src, UColTokListHeader *lh, UErro ucolCEGenerator Gens[UCOL_CE_STRENGTH_LIMIT]; uint32_t CEparts[UCOL_CE_STRENGTH_LIMIT]; - uint32_t i = 0; - UColToken *tok = lh->last; uint32_t t[UCOL_STRENGTH_LIMIT]; uprv_memset(t, 0, UCOL_STRENGTH_LIMIT*sizeof(uint32_t)); - //for(i=0; itoInsert = 1; t[tok->strength] = 1; @@ -879,7 +873,6 @@ _processUCACompleteIgnorables(const void *context, UChar32 start, UChar32 limit, UErrorCode status = U_ZERO_ERROR; tempUCATable *t = (tempUCATable *)context; if(value == 0) { - UChar32 stopHere = start; while(start < limit) { uint32_t CE = utrie_get32(t->mapping, start, NULL); if(CE == UCOL_NOT_FOUND) {