summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-04-30 12:22:51 +0300
committerGitHub <noreply@github.com>2019-04-30 12:22:51 +0300
commita2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5 (patch)
treeacff90a55f8ecb04271f5548689b8bce5141bb01 /js
parent53e748f9bdbe6fee8efd1c1a6e33f069c85290b1 (diff)
downloadUXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar
UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.gz
UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.lz
UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.xz
UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.zip
Remove some empty lines
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