mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19352
This commit is contained in:
parent
b8328839ca
commit
e3613f638e
1 changed files with 0 additions and 2 deletions
|
@ -1187,7 +1187,6 @@ doOpenChoice(const char *path, const char *type, const char *name,
|
|||
|
||||
const char *dataPath;
|
||||
|
||||
const char *tocEntrySuffix;
|
||||
int32_t tocEntrySuffixIndex;
|
||||
const char *tocEntryPathSuffix;
|
||||
UErrorCode subErrorCode=U_ZERO_ERROR;
|
||||
|
@ -1303,7 +1302,6 @@ doOpenChoice(const char *path, const char *type, const char *name,
|
|||
TinyString_append(&tocEntryPath, ".");
|
||||
TinyString_append(&tocEntryPath, type);
|
||||
}
|
||||
tocEntrySuffix = tocEntryName.s+tocEntrySuffixIndex; /* suffix starts here */
|
||||
tocEntryPathSuffix = tocEntryPath.s+tocEntrySuffixIndex; /* suffix starts here */
|
||||
|
||||
#ifdef UDATA_DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue