Delete mutableSourceFirstPendingUpdateTime (#18613)

This commit is contained in:
Andrew Clark
2020-04-15 07:47:37 -07:00
committed by GitHub
parent cbafbf4f32
commit b680174841
2 changed files with 0 additions and 2 deletions
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
this.nextKnownPendingLevel = NoWork;
this.lastPingedTime = NoWork;
this.lastExpiredTime = NoWork;
this.mutableSourceFirstPendingUpdateTime = NoWork;
this.mutableSourceLastPendingUpdateTime = NoWork;
if (enableSchedulerTracing) {
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
this.nextKnownPendingLevel = NoWork;
this.lastPingedTime = NoWork;
this.lastExpiredTime = NoWork;
this.mutableSourceFirstPendingUpdateTime = NoWork;
this.mutableSourceLastPendingUpdateTime = NoWork;
if (enableSchedulerTracing) {