From e6a92c923769f0f3351fa081b17cb132536f934c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 18 Jun 2016 16:00:38 +0200 Subject: [PATCH] loplugin:unusedvariablecheck Change-Id: I8bd6447915942c1869ec186d8ca01e5ac43b3e8a --- desktop/source/app/app.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index e4845d40636f..cee0fb957dde 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1027,7 +1027,6 @@ bool crashReportInfoExists() if (sep >= 0) { std::string key = line.substr(0, sep); - std::string value = line.substr(sep + 1); if (key == "DumpFile") return true; }