diff options
| author | 2021-08-05 14:46:08 -0700 | |
|---|---|---|
| committer | 2021-08-05 15:56:25 -0700 | |
| commit | 0803305bb71ce2efaa70f3cc63228457d9db3a55 (patch) | |
| tree | 93339c6e45d674d3fab46b0e1205095591232641 | |
| parent | 176a33a2b48a6f0da85cd1eb820577fea3a60551 (diff) | |
libbinder: remove stale blocking TODO
We have shutdown triggers now, so it's not a concern.
Bug: 186470974
Test: N/A
Change-Id: I3d8319d3895def94d03f5588899058718bc7d5d6
| -rw-r--r-- | libs/binder/RpcSession.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/RpcSession.cpp b/libs/binder/RpcSession.cpp index 7565f1b53c..50a30ccca3 100644 --- a/libs/binder/RpcSession.cpp +++ b/libs/binder/RpcSession.cpp @@ -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", |