mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
Remove stray 'splitDirs.isEmpty()' check.
This commit is contained in:
parent
69c087154b
commit
515643f93e
1 changed files with 0 additions and 4 deletions
|
@ -283,10 +283,6 @@ public final class LdmlConverter {
|
|||
|
||||
String cldrVersion = config.getCldrVersion();
|
||||
|
||||
if (splitDirs.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Map<IcuLocaleDir, DependencyGraph> graphMetadata = new HashMap<>();
|
||||
splitDirs.forEach(d -> graphMetadata.put(d, new DependencyGraph(cldrVersion)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue