ProjectExplorer: Remove redundant return in CustomToolChain

Amends c15e09e0fe.

Change-Id: Ic1aabcada892413f454c3800c925aa7527a09965
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Orgad Shaneh
2022-10-31 09:13:54 +02:00
committed by Orgad Shaneh
parent ce89ee59c5
commit 3533392d95

View File

@@ -157,7 +157,6 @@ QList<Utils::OutputLineParser *> CustomToolChain::createOutputParsers() const
if (m_outputParserId == MsvcParser::id())
return {new MsvcParser};
return {new Internal::CustomParser(customParserSettings())};
return {};
}
QStringList CustomToolChain::headerPathsList() const