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

Commit 47e40f7c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove redundant code." into main am: 7537f7c9

parents c3f1054b 7537f7c9
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) {