| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -193,7 +193,6 @@ int dumpAllButInstalledLocales(int lev, | |||
| 193 | 193 | LocalUFILEPointer* bf, | |
| 194 | 194 | UErrorCode* status) { | |
| 195 | 195 | ures_resetIterator(bund->getAlias()); | |
| 196 | - const UBool isTable = (UBool)(ures_getType(bund->getAlias()) == URES_TABLE); | ||
| 197 | 196 | LocalUResourceBundlePointer t; | |
| 198 | 197 | while (U_SUCCESS(*status) && ures_hasNext(bund->getAlias())) { | |
| 199 | 198 | t.adoptInstead(ures_getNextResource(bund->getAlias(), t.orphan(), status)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments