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

Commit 593d4330 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: remove unused 'pool' var" am: 226376f9 am: 24eb9449 am: 1f08aa3f

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

Change-Id: I666e525d117ea78be9c84303dc3a3ba707f9c19d
parents 75a9dc09 1f08aa3f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -117,8 +117,6 @@ sp<IBinder> RpcServer::getRootObject() {

void RpcServer::join() {
    LOG_ALWAYS_FATAL_IF(!mAgreedExperimental, "no!");

    std::vector<std::thread> pool;
    {
        std::lock_guard<std::mutex> _l(mLock);
        LOG_ALWAYS_FATAL_IF(mServer.get() == -1, "RpcServer must be setup to join.");