Minor. Remove obsolete code for emulator shutdown

This commit is contained in:
Mikhael Bogdanov
2019-05-14 09:31:46 +02:00
parent 53856daaa4
commit 8050e94c0d
@@ -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);
}