Bug 1324910 - Remove unnecessary assertion. r=luke

--HG--
extra : rebase_source : 3bbd17b6b0783c1ec259d8affd8ecfd7ace48081
This commit is contained in:
Sean Stangl 2017-01-18 13:11:00 -05:00
Родитель 033c45c4ef
Коммит 64a4ab480c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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();