ICU-2194 fix compiler warnings

X-SVN-Rev: 11576
This commit is contained in:
Ram Viswanadha 2003-04-17 20:37:00 +00:00
parent 2e11ec438a
commit b5fc181059

View File

@ -481,12 +481,6 @@ getNextSeparator(UChar *src,int32_t srcLength,StringPrep* prep,
}
}
// we have not found the delimiter
if(i==srcLength){
*limit = src+srcLength;
*done = TRUE;
}
return i;
}else{
int32_t i;
for(i=0;i<srcLength;i++){