Merge "libbinder: remove stale blocking TODO" am: 29fa5a47c2 am: 0d4c079d00

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1788711

Change-Id: Iecbca89a2dc04c51b6a2b5ecfb83deb34445dc97
diff --git a/libs/binder/RpcSession.cpp b/libs/binder/RpcSession.cpp
index 7565f1b..50a30cc 100644
--- a/libs/binder/RpcSession.cpp
+++ b/libs/binder/RpcSession.cpp
@@ -500,7 +500,6 @@
 
     // 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",