Minor. Remove obsolete code for emulator shutdown
This commit is contained in:
@@ -178,11 +178,6 @@ public class Emulator {
|
||||
command.addParameter("kill");
|
||||
RunUtils.execute(command);
|
||||
|
||||
if (SystemInfo.isWindows) {
|
||||
//TODO check that command above works on windows and remove this
|
||||
OutputUtils.checkResult(RunUtils.execute(getStopCommand()));
|
||||
}
|
||||
|
||||
finishProcess("emulator64-" + platform);
|
||||
finishProcess("emulator-" + platform);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user