forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user