From beb91cb84bea2ba08c6a8882ed31cf5f34cf18f5 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Thu, 26 Oct 2017 17:54:25 +0200 Subject: [PATCH] CustomToolChain: Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1faadee2c5d789c2d7ca9542ebfc77b4269d935 Reviewed-by: Marco Bubke Reviewed-by: André Hartmann --- src/plugins/projectexplorer/customtoolchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index e6f03ec47d6..0ad08032b48 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -123,7 +123,6 @@ ToolChain::PredefinedMacrosRunner CustomToolChain::createPredefinedMacrosRunner( // This runner must be thread-safe! return [theMacros](const QStringList &cxxflags){ - QByteArray result; Macros macros = theMacros; for (const QString &cxxFlag : cxxflags) { if (cxxFlag.startsWith(QLatin1String("-D")))