forked from qt-creator/qt-creator
McuSupport: Fix warning about unused variable
Change-Id: If0905e2937b02806cf000d9f9d270d87f0a0a370 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -722,9 +722,8 @@ void McuSupportOptionsPage::apply()
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
for (auto board : validBoards) {
|
||||
Kit *kit = boardKit(board, m_options->toolchainPackage->path());
|
||||
}
|
||||
for (auto board : validBoards)
|
||||
boardKit(board, m_options->toolchainPackage->path());
|
||||
}
|
||||
|
||||
void McuSupportOptionsPage::finish()
|
||||
|
Reference in New Issue
Block a user