CMakePM: Remove UNINITIALIZED SOFT_ASSERT

Fixes: QTCREATORBUG-26582
Change-Id: I2a453a3044f2cb6eed0fd3f27ceae97fe347fdba
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Cristian Adam
2021-11-17 11:20:46 +01:00
parent 898210f0a1
commit be9f7313b6

View File

@@ -159,7 +159,6 @@ CMakeConfigItem::Type CMakeConfigItem::typeStringToType(const QByteArray &type)
if (type == "INTERNAL")
return CMakeConfigItem::INTERNAL;
QTC_CHECK(type == "UNINITIALIZED");
return CMakeConfigItem::UNINITIALIZED;
}