removed check

This commit is contained in:
marc barbier
2021-07-10 16:53:47 +02:00
parent 6799681c6b
commit f726458f29
@@ -10,7 +10,6 @@ import java.util.Iterator;
public class Main { public class Main {
public static boolean verbose; public static boolean verbose;
public static boolean checkingonly;
public static Integer threadNb; public static Integer threadNb;
public static String mcVersion; public static String mcVersion;
@@ -45,10 +44,6 @@ public class Main {
while (it.hasNext()) { while (it.hasNext()) {
String cmd = it.next(); String cmd = it.next();
switch (cmd) { switch (cmd) {
case "--check":
System.out.println("--check is not avaliable");
checkingonly = true;
continue;
case "-t": case "-t":
if (threadNb != null) { if (threadNb != null) {
Log.e("main", "error conflicting arguments --thread and -t"); Log.e("main", "error conflicting arguments --thread and -t");