diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-04-30 12:22:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 12:22:51 +0300 |
commit | a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5 (patch) | |
tree | acff90a55f8ecb04271f5548689b8bce5141bb01 | |
parent | 53e748f9bdbe6fee8efd1c1a6e33f069c85290b1 (diff) | |
download | UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.gz UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.lz UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.tar.xz UXP-a2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5.zip |
Remove some empty lines
-rw-r--r-- | js/src/jsgc.cpp | 7 |
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 |