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

Commit 0803305b authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: remove stale blocking TODO

We have shutdown triggers now, so it's not a concern.

Bug: 186470974
Test: N/A
Change-Id: I3d8319d3895def94d03f5588899058718bc7d5d6
parent 176a33a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -500,7 +500,6 @@ bool RpcSession::setupClient(

    // TODO(b/189955605): we should add additional sessions dynamically
    // instead of all at once.
    // TODO(b/186470974): first risk of blocking
    size_t numThreadsAvailable;
    if (status_t status = getRemoteMaxThreads(&numThreadsAvailable); status != OK) {
        ALOGE("Could not get max threads after initial session setup: %s",