forked from qt-creator/qt-creator
Remove unused variables
Change-Id: I653f6fa71bb04e049d4e1848a7e38a606692e678 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -162,7 +162,8 @@ void AndroidRunner::launchAVD()
|
||||
if (!m_target || !m_target->project())
|
||||
return;
|
||||
|
||||
QStringList androidAbis = AndroidManager::applicationAbis(m_target);
|
||||
// TODO: is this still needed?
|
||||
AndroidManager::applicationAbis(m_target);
|
||||
|
||||
// Get AVD info
|
||||
const IDevice::ConstPtr device = DeviceKitAspect::device(m_target->kit());
|
||||
|
||||
Reference in New Issue
Block a user