Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68e9fd4

Browse filesBrowse 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
Copy full SHA for 68e9fd4

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎tools/icu/iculslocs.cc‎

Copy file name to clipboardExpand all lines: tools/icu/iculslocs.cc
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.