loplugin:unusedvariablecheck

Change-Id: I8bd6447915942c1869ec186d8ca01e5ac43b3e8a
This commit is contained in:
Markus Mohrhard 2016-06-18 16:00:38 +02:00
parent 89f3205a4a
commit e6a92c9237

View File

@ -1027,7 +1027,6 @@ bool crashReportInfoExists()
if (sep >= 0) if (sep >= 0)
{ {
std::string key = line.substr(0, sep); std::string key = line.substr(0, sep);
std::string value = line.substr(sep + 1);
if (key == "DumpFile") if (key == "DumpFile")
return true; return true;
} }