mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5032 Remove unreachable code.
X-SVN-Rev: 19361
This commit is contained in:
parent
95212a9bfd
commit
b09c29ad1d
1 changed files with 0 additions and 6 deletions
|
@ -139,7 +139,6 @@ setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to ca
|
|||
uprv_free(newCommonData);
|
||||
}
|
||||
umtx_unlock(NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
@ -493,11 +492,6 @@ static void udata_pathiter_init(UDataPathIterator *iter, const char *path, const
|
|||
iter->basename = findBasename(item);
|
||||
iter->basenameLen = (int32_t)uprv_strlen(iter->basename);
|
||||
|
||||
if(iter->basename == NULL) {
|
||||
iter->nextPath = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
/** Item path **/
|
||||
iter->itemPath = iter->itemPathBuf;
|
||||
if(iter->basename == item) {
|
||||
|
|
Loading…
Add table
Reference in a new issue