forked from qt-creator/qt-creator
Remove pointless Q_UNUSED()
Change-Id: I1379864f979dfca1cfd432ec19ad168fbe91ea52 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -70,8 +70,6 @@ RunControl *ClangStaticAnalyzerRunControlFactory::create(RunConfiguration *runCo
|
||||
RunMode runMode,
|
||||
QString *errorMessage)
|
||||
{
|
||||
Q_UNUSED(runMode);
|
||||
|
||||
using namespace CppTools;
|
||||
const ProjectInfo projectInfoBeforeBuild = m_tool->projectInfoBeforeBuild();
|
||||
QTC_ASSERT(projectInfoBeforeBuild.isValid(), return 0);
|
||||
|
Reference in New Issue
Block a user