diff --git a/src/plugins/analyzerbase/analyzermanager.cpp b/src/plugins/analyzerbase/analyzermanager.cpp index 17a45643bd7..c38ef6f9de8 100644 --- a/src/plugins/analyzerbase/analyzermanager.cpp +++ b/src/plugins/analyzerbase/analyzermanager.cpp @@ -523,8 +523,6 @@ void AnalyzerManagerPrivate::addAction(AnalyzerAction *action) { 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. Id menuGroup = action->menuGroup();