forked from I2P_Developers/i2p.i2p
use recent method
This commit is contained in:
@@ -1260,8 +1260,7 @@ public class Router implements RouterClock.ClockShiftListener {
|
|||||||
* libs will get loaded.
|
* libs will get loaded.
|
||||||
*/
|
*/
|
||||||
private void deleteJbigiFiles() {
|
private void deleteJbigiFiles() {
|
||||||
String osArch = System.getProperty("os.arch");
|
boolean isX86 = SystemVersion.isX86();
|
||||||
boolean isX86 = osArch.contains("86") || osArch.equals("amd64");
|
|
||||||
String osName = System.getProperty("os.name").toLowerCase(Locale.US);
|
String osName = System.getProperty("os.name").toLowerCase(Locale.US);
|
||||||
boolean isWin = SystemVersion.isWindows();
|
boolean isWin = SystemVersion.isWindows();
|
||||||
boolean isMac = SystemVersion.isMac();
|
boolean isMac = SystemVersion.isMac();
|
||||||
|
Reference in New Issue
Block a user