From a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5 Mon Sep 17 00:00:00 2001 From: win7-7 Date: Tue, 30 Apr 2019 12:22:51 +0300 Subject: Remove some empty lines --- js/src/jsgc.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'js') 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 -- cgit v1.2.3