Skip to content

Commit

Permalink
[Scheduler] Delete old rAF implementation (#17252)
Browse files Browse the repository at this point in the history
We've been using the message loop version for a while. Time to delete.
  • Loading branch information
acdlite authored Nov 1, 2019
1 parent 6dc2734 commit a2e05b6
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 1,495 deletions.
1 change: 0 additions & 1 deletion packages/scheduler/src/SchedulerFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

export const enableSchedulerDebugging = false;
export const enableIsInputPending = false;
export const enableMessageLoopImplementation = true;
export const enableProfiling = __PROFILE__;
Loading

0 comments on commit a2e05b6

Please sign in to comment.