From 95badd197469e377bbed2319b8c5ee1e9581fa12 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 26 Jun 2017 23:13:01 +0200 Subject: Remove upcomingZealousGC() and caller --- js/src/vm/Caches-inl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/src/vm') diff --git a/js/src/vm/Caches-inl.h b/js/src/vm/Caches-inl.h index 4eb8ecaa6..56e69a0d9 100644 --- a/js/src/vm/Caches-inl.h +++ b/js/src/vm/Caches-inl.h @@ -57,9 +57,6 @@ NewObjectCache::newObjectFromHit(JSContext* cx, EntryIndex entryIndex, gc::Initi if (group->shouldPreTenure()) heap = gc::TenuredHeap; - if (cx->runtime()->gc.upcomingZealousGC()) - return nullptr; - NativeObject* obj = static_cast(Allocate(cx, entry->kind, 0, heap, group->clasp())); if (!obj) -- cgit v1.2.3