forked from qt-creator/qt-creator
ProjectExplorer: Remove left over assert
Amends 07df45cdeb.
Change-Id: Ic4520020cd57eac72631efee05ca9b55e62e34e6
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -975,10 +975,6 @@ bool Target::addConfigurationsFromMap(const Utils::Store &map, bool setActiveCon
|
||||
RunConfiguration *rc = RunConfigurationFactory::restore(this, valueMap);
|
||||
if (!rc)
|
||||
continue;
|
||||
const Utils::Id theIdFromMap = ProjectExplorer::idFromMap(valueMap);
|
||||
if (!theIdFromMap.name().contains("///::///")) { // Hack for cmake 4.10 -> 4.11
|
||||
QTC_CHECK(rc->id().withSuffix(rc->buildKey()) == theIdFromMap);
|
||||
}
|
||||
addRunConfiguration(rc);
|
||||
if (i == activeConfiguration)
|
||||
setActiveRunConfiguration(rc);
|
||||
|
||||
Reference in New Issue
Block a user