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

Commit ef9cacf1 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: remove unused 'pool' var

originally pointed out by elsk@

Bug: N/A
Test: N/A
Change-Id: I5fa0f90db4f30cad060b6e5d5794a8f0c8255637
parent 4fccd098
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -121,8 +121,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.");