forked from qt-creator/qt-creator
Analyzer: Silence warning about unused variable
Change-Id: I87d83e848bccacec7afa940d2931f3702343cb4b Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -523,8 +523,6 @@ void AnalyzerManagerPrivate::addAction(AnalyzerAction *action)
|
|||||||
{
|
{
|
||||||
delayedInit(); // Make sure that there is a valid IMode instance.
|
delayedInit(); // Make sure that there is a valid IMode instance.
|
||||||
|
|
||||||
IAnalyzerTool *tool = action->tool();
|
|
||||||
|
|
||||||
const bool blocked = m_toolBox->blockSignals(true); // Do not make current.
|
const bool blocked = m_toolBox->blockSignals(true); // Do not make current.
|
||||||
|
|
||||||
Id menuGroup = action->menuGroup();
|
Id menuGroup = action->menuGroup();
|
||||||
|
|||||||
Reference in New Issue
Block a user