From f10a81b6e59e557c8ff945f568f10554ce1e2f8b Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 7 Feb 2014 22:09:01 +0100 Subject: [PATCH] ProjectExplorer: Remove unused variable Change-Id: I76c5f7dd198247467ecd4b1ffd0b6ff60c43b3f5 Reviewed-by: Christian Stenger --- .../projectexplorer/customwizard/customwizardparameters.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp b/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp index f17cd3a843f..ff45d9b0466 100644 --- a/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp +++ b/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp @@ -461,7 +461,6 @@ static inline IWizard::WizardKind kindAttribute(const QXmlStreamReader &r) static inline FeatureSet requiredFeatures(const QXmlStreamReader &reader) { - FeatureSet r; QString value = reader.attributes().value(QLatin1String(featuresRequiredC)).toString(); QStringList stringList = value.split(QLatin1Char(','), QString::SkipEmptyParts); FeatureSet features;