Android: Remove unnecessary block of code from AndroidDeviceInfoList

Task-number: QTCREATORBUG-23284
Change-Id: I006ed8b63e979b4e3b27035f3b6838870ea7a11b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2019-12-20 10:48:11 +02:00
parent fb171ebc5b
commit d4ce0b6cfe

View File

@@ -457,9 +457,6 @@ AndroidDeviceInfoList AvdManagerOutputParser::parseAvdList(const QString &output
avdInfo << line;
}
if (!avdInfo.isEmpty())
parseAvdInfo();
Utils::sort(avdList);
return avdList;