From 0ce0cd805522ba42d433b229fd3765e88a51ba27 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 15 Aug 2013 11:32:20 +0200 Subject: [PATCH] Analyzer: Silence warning about unused variable Change-Id: I87d83e848bccacec7afa940d2931f3702343cb4b Reviewed-by: hjk --- src/plugins/analyzerbase/analyzermanager.cpp | 2 -- 1 file changed, 2 deletions(-) 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();