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

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

Merge "libbinder: remove handle 0 TODO"

parents 03e4e9d9 9875ec81
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -320,11 +320,6 @@ sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
                //
                // Note that this is not race-free if the context manager
                // dies while this code runs.
                //
                // TODO: add a driver API to wait for context manager, or
                // stop special casing handle 0 for context manager and add
                // a driver API to get a handle to the context manager with
                // proper reference counting.

                IPCThreadState* ipc = IPCThreadState::self();