diff --git a/src/plugins/projectexplorer/processstep.cpp b/src/plugins/projectexplorer/processstep.cpp index cb0915ad2d8..93114501f7b 100644 --- a/src/plugins/projectexplorer/processstep.cpp +++ b/src/plugins/projectexplorer/processstep.cpp @@ -88,9 +88,7 @@ bool ProcessStep::init() pp->setArguments(m_arguments); pp->resolveAll(); - IOutputParser *parser = target()->kit()->createOutputParser(); - if (parser) - setOutputParser(parser); + setOutputParser(target()->kit()->createOutputParser()); return AbstractProcessStep::init(); }