Skip to content

Commit 45fc78c

Browse files
committed
Drop another reference from another Main
1 parent cc09648 commit 45fc78c

File tree

1 file changed

+0
-3
lines changed
  • unicodetools/src/main/java/org/unicode/text/UCA

1 file changed

+0
-3
lines changed

unicodetools/src/main/java/org/unicode/text/UCA/Main.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import com.ibm.icu.text.UTF16;
1616
import org.unicode.text.UCA.UCA.CollatorType;
1717
import org.unicode.text.UCD.Default;
18-
import org.unicode.text.UCD.NFSkippable;
1918
import org.unicode.text.utility.Utility;
2019

2120
public class Main {
@@ -83,8 +82,6 @@ public static void main(String args[]) throws Exception {
8382
}
8483
if (arg.equalsIgnoreCase("GenOverlap")) {
8584
GenOverlap.test(WriteCollationData.getCollator(CollatorType.ducet));
86-
} else if (arg.equalsIgnoreCase("NFSkippable")) {
87-
NFSkippable.main(null);
8885
} else if (arg.equalsIgnoreCase("validateUCA")) {
8986
GenOverlap.validateUCA(WriteCollationData.getCollator(CollatorType.ducet));
9087
// else if (arg.equalsIgnoreCase("writeNonspacingDifference"))

0 commit comments

Comments
 (0)