Blink: Remove unused code from LifecycleObserver.
instance is LifecycleObserver::iteration_state_. The kAllowPendingRemoval member (bit 2) is not used in assignments to iteration_state_. It follows that code gated on checking for kAllowPendingRemoval to be set will never be called and can be removed, together with kAllowPendingRemoval itself. LifecycleObserver: :IterationState is a bit field enum, and its only Change-Id: I20102103611c27034a6cf10ddbba2b3a498cf642 Reviewed-on: https://chromium-review.googlesource.com/1132614Reviewed-by:Kent Tamura <tkent@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#574067}
Showing
Please register or sign in to comment