Skip to content

Commit 68e9fd4

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committed
tools: fix -Wunused-variable warning
PR-URL: #7462 Reviewed-By: Trevor Norris <[email protected]>
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

-1
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)