loplugin:unusedvariablecheck
Change-Id: I8bd6447915942c1869ec186d8ca01e5ac43b3e8a
This commit is contained in:
parent
89f3205a4a
commit
e6a92c9237
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user