diff --git a/js/src/ion/IonCaches.cpp b/js/src/ion/IonCaches.cpp index 390d09d85ce..3f3ce6ec5e4 100644 --- a/js/src/ion/IonCaches.cpp +++ b/js/src/ion/IonCaches.cpp @@ -1740,12 +1740,6 @@ GetPropertyParIC::update(ForkJoinSlice *slice, size_t cacheIndex, return TP_FATAL; attachedStub = true; } - - if (!attachedStub) { - // ParallelDo will take care of invalidating all bailed out - // scripts, so just bail out now. - return TP_RETRY_SEQUENTIALLY; - } } }