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

Commit 7537f7c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove redundant code." into main

parents 5912056d e8bbacf9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -72,9 +72,6 @@ final class WindowProcessControllerMap {
    }

    private void removeProcessFromUidMap(WindowProcessController proc) {
        if (proc == null) {
            return;
        }
        final int uid = proc.mUid;
        ArraySet<WindowProcessController> procSet = mUidMap.get(uid);
        if (procSet != null) {