зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1860247 - Poison.cpp: do not use 'else' after 'return'. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D198695
This commit is contained in:
Родитель
821eeac789
Коммит
e59c20c0ea
|
@ -127,9 +127,8 @@ static bool ProbeRegion(uintptr_t aRegion, uintptr_t aSize) {
|
|||
if (madvise(reinterpret_cast<void*>(aRegion), aSize, MADV_NORMAL)) {
|
||||
# endif
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static uintptr_t GetDesiredRegionSize() { return sysconf(_SC_PAGESIZE); }
|
||||
|
|
Загрузка…
Ссылка в новой задаче