Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17758 remove dead code from VettingViewer.java #3824

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading