summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r--src/plugins/projectexplorer/customtoolchain.cpp1
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