forked from qt-creator/qt-creator
ProjectExplorer: Simplify MsvcToolChain::setTargetAbi
Change-Id: Id2b7467505b8744fb0d798dc1d52aaed98585c2b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -909,9 +909,6 @@ Abis MsvcToolChain::supportedAbis() const
|
||||
|
||||
void MsvcToolChain::setTargetAbi(const Abi &abi)
|
||||
{
|
||||
if (m_abi == abi)
|
||||
return;
|
||||
|
||||
m_abi = abi;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user