Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1a0cdc8 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Remove no-op std::max call" am: c00af4c5 am: ef5e579c am:...

Merge "Merge "Remove no-op std::max call" am: c00af4c5 am: ef5e579c am: f3310cb3" into oc-dev-plus-aosp
parents 40e69258 5edbb34d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -291,7 +291,6 @@ void JankTracker::addFrame(const FrameInfo& frame) {
                / kSlowFrameBucketIntervalMs;
        framebucket = std::min(framebucket,
                static_cast<uint32_t>(mData->slowFrameCounts.size() - 1));
        framebucket = std::max(framebucket, 0u);
        mData->slowFrameCounts[framebucket]++;
    }