Removed error print for cases of 'null' primary, where CPU identification has failed.

This commit is contained in:
dev
2015-10-15 17:42:30 +00:00
parent f8163241ef
commit eec87bd814

View File

@@ -1159,8 +1159,6 @@ public class NativeBigInteger extends BigInteger {
if (rv.isEmpty()) {
error("Couldn't find the arch \"" + primary + "\" in its compatibility map \"" + compatList.toString() + "\"");
}
} else {
error("Couldn't find the compatibility map for arch \"" + primary + "\"");
}
//System.out.println("Primary: " + primary);