Skip to content

Commit

Permalink
CLDR-17758 remove dead code from VettingViewer.java
Browse files Browse the repository at this point in the history
Accidentally introduced in 7d65bac
  • Loading branch information
srl295 committed Jun 25, 2024
1 parent 27462b9 commit 932684a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,6 @@ private void writeSummaryTable(

private Map<String, String> getSortedNames(Organization org, Level desiredLevel) {
Map<String, String> sortedNames = new TreeMap<>(CLDRConfig.getInstance().getCollator());
LocalesWithExplicitLevel cldrLocale =
new LocalesWithExplicitLevel(Organization.cldr, desiredLevel);

// A user in the Unaffiliated organization can access a list with all non-TC locales.
if (org == Organization.unaffiliated && desiredLevel == Level.BASIC) {
Expand Down

0 comments on commit 932684a

Please sign in to comment.