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; }