summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/src/jsgc.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index 589e478f4..70d392973 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -3649,10 +3649,6 @@ GCRuntime::beginMarkPhase(JS::gcreason::Reason reason, AutoLockForExclusiveAcces
* on. If the value of keepAtoms() changes between GC slices, then we'll
* cancel the incremental GC. See IsIncrementalGCSafe.
-
-
-
-
*/
if (isFull && !rt->keepAtoms()) {
@@ -5689,9 +5685,6 @@ GCRuntime::gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::
State prevState = incrementalState;
-
-
-
if (nonincrementalByAPI) {
// Reset any in progress incremental GC if this was triggered via the