Skip to content

Commit 4ef7c67

Browse files
committed
8263979: Cleanup duplicate check in Unicode.contains
Reviewed-by: prappo, alanb
1 parent 289d48a commit 4ef7c67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java.base/share/classes/sun/nio/cs/Unicode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public boolean contains(Charset cs) {
8686
|| (cs.name().equals("ISO-2022-KR"))
8787
|| (cs.name().equals("x-ISO-2022-CN-CNS"))
8888
|| (cs.name().equals("x-ISO-2022-CN-GB"))
89-
|| (cs.name().equals("Big5-HKSCS"))
9089
|| (cs.name().equals("x-Johab"))
9190
|| (cs.name().equals("Shift_JIS")));
9291
}

0 commit comments

Comments
 (0)