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

Commit 9c4ba258 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Removing dead store; it was likely a relict of debuging code."

parents eb8171bc ad3b2e3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1891,7 +1891,6 @@ public abstract class BatteryStats implements Parcelable {
        final int NU = uidStats.size();
        boolean didPid = false;
        long nowRealtime = SystemClock.elapsedRealtime();
        StringBuilder sb = new StringBuilder(64);
        for (int i=0; i<NU; i++) {
            Uid uid = uidStats.valueAt(i);
            SparseArray<? extends Uid.Pid> pids = uid.getPidStats();