forked from OSchip/llvm-project
[NFC][Asan] Fix clang-tidy warning
This commit is contained in:
parent
9128f5c8a7
commit
289c08e4bc
|
@ -1142,9 +1142,8 @@ IgnoreObjectResult IgnoreObjectLocked(const void *p) {
|
|||
return kIgnoreObjectAlreadyIgnored;
|
||||
m->lsan_tag = __lsan::kIgnored;
|
||||
return kIgnoreObjectSuccess;
|
||||
} else {
|
||||
return kIgnoreObjectInvalid;
|
||||
}
|
||||
return kIgnoreObjectInvalid;
|
||||
}
|
||||
} // namespace __lsan
|
||||
|
||||
|
|
Loading…
Reference in New Issue