summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 16:00:38 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:43 +0200
commite6a92c923769f0f3351fa081b17cb132536f934c (patch)
tree1a8d89b7bec5d48c860fc90c2c54482a5ee0eeb8 /desktop/source/app
parent89f3205a4aa0c3834a5099ff639d9474e996d93b (diff)
loplugin:unusedvariablecheck
Change-Id: I8bd6447915942c1869ec186d8ca01e5ac43b3e8a
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/app.cxx1
1 files changed, 0 insertions, 1 deletions
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;
}