forked from qt-creator/qt-creator
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:
@@ -457,9 +457,6 @@ AndroidDeviceInfoList AvdManagerOutputParser::parseAvdList(const QString &output
|
||||
avdInfo << line;
|
||||
}
|
||||
|
||||
if (!avdInfo.isEmpty())
|
||||
parseAvdInfo();
|
||||
|
||||
Utils::sort(avdList);
|
||||
|
||||
return avdList;
|
||||
|
||||
Reference in New Issue
Block a user