зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324910 - Remove unnecessary assertion. r=luke
--HG-- extra : rebase_source : 3bbd17b6b0783c1ec259d8affd8ecfd7ace48081
This commit is contained in:
Родитель
033c45c4ef
Коммит
64a4ab480c
|
@ -1000,8 +1000,6 @@ AllOnOnePage(uintptr_t start, int size)
|
|||
static CachePage*
|
||||
GetCachePageLocked(Simulator::ICacheMap& i_cache, void* page)
|
||||
{
|
||||
MOZ_ASSERT(Simulator::ICacheCheckingEnabled);
|
||||
|
||||
Simulator::ICacheMap::AddPtr p = i_cache.lookupForAdd(page);
|
||||
if (p)
|
||||
return p->value();
|
||||
|
|
Загрузка…
Ссылка в новой задаче