ProjectExplorer: Remove legacy code

No need to support pre-4.13 settings for an exotic feature like custom
toolchain parsers.

Change-Id: I4c9267d687049f66d3427ed596c91aaaa3c4a2eb
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-04-20 16:16:08 +02:00
parent c53e846ab9
commit fd02996ec9
3 changed files with 0 additions and 47 deletions

View File

@@ -226,11 +226,6 @@ CustomParser *CustomParser::createFromId(Utils::Id id)
return nullptr;
}
Utils::Id CustomParser::id()
{
return Utils::Id("ProjectExplorer.OutputParser.Custom");
}
OutputLineParser::Result CustomParser::handleLine(const QString &line, OutputFormat type)
{
const CustomParserExpression::CustomParserChannel channel = type == StdErrFormat