Skip to content

Commit 68e9fd4

Browse files
bnoordhuisMyles Borins
authored andcommitted
tools: fix -Wunused-variable warning
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 5aff60e commit 68e9fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/icu/iculslocs.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ int dumpAllButInstalledLocales(int lev,
193193
LocalUFILEPointer* bf,
194194
UErrorCode* status) {
195195
ures_resetIterator(bund->getAlias());
196-
const UBool isTable = (UBool)(ures_getType(bund->getAlias()) == URES_TABLE);
197196
LocalUResourceBundlePointer t;
198197
while (U_SUCCESS(*status) && ures_hasNext(bund->getAlias())) {
199198
t.adoptInstead(ures_getNextResource(bund->getAlias(), t.orphan(), status));

0 commit comments

Comments
 (0)