forked from qt-creator/qt-creator
ProjectExplorer: Remove redundant return in CustomToolChain
Amends c15e09e0fe.
Change-Id: Ic1aabcada892413f454c3800c925aa7527a09965
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
ce89ee59c5
commit
3533392d95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user