We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001aa06 commit e727cb5Copy full SHA for e727cb5
tools/icu/iculslocs.cc
@@ -193,7 +193,6 @@ int dumpAllButInstalledLocales(int lev,
193
LocalUFILEPointer* bf,
194
UErrorCode* status) {
195
ures_resetIterator(bund->getAlias());
196
- const UBool isTable = (UBool)(ures_getType(bund->getAlias()) == URES_TABLE);
197
LocalUResourceBundlePointer t;
198
while (U_SUCCESS(*status) && ures_hasNext(bund->getAlias())) {
199
t.adoptInstead(ures_getNextResource(bund->getAlias(), t.orphan(), status));
0 commit comments