mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6124 Removed unused code.
X-SVN-Rev: 24047
This commit is contained in:
parent
a5d6b9619c
commit
3cdb54b89d
1 changed files with 0 additions and 15 deletions
|
@ -4843,21 +4843,6 @@ public final class ULocale implements Serializable {
|
|||
String originalRegion = (String)tags[2];
|
||||
String originalTrailing = null;
|
||||
|
||||
/*
|
||||
* Create a new tag string that contains just
|
||||
* the language, script, and region. This will
|
||||
* normalize the subtags we're interested in,
|
||||
* including removing any explicit unknown
|
||||
* script or region subtags. It also removes
|
||||
* any variants and keywords.
|
||||
*/
|
||||
// String originalTag =
|
||||
// createTagString(
|
||||
// originalLang,
|
||||
// originalScript,
|
||||
// originalRegion,
|
||||
// null);
|
||||
|
||||
if (trailingIndex < loc.localeID.length()) {
|
||||
/*
|
||||
* Create a String that contains everything
|
||||
|
|
Loading…
Add table
Reference in a new issue