diff options
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r-- | src/plugins/projectexplorer/customtoolchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index 4c2904d3cd..8b072f85eb 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -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 |