summaryrefslogtreecommitdiff
path: root/libs/binder/RpcServer.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-05-10 23:59:58 +0000
committer Steven Moreland <smoreland@google.com> 2021-05-11 00:00:19 +0000
commitef9cacf1fd3e6eec8b7162ce472c8ca559d83d3f (patch)
tree54efc46946aa5e11d05b0d3b0be191832dab6b48 /libs/binder/RpcServer.cpp
parent4fccd098967a1cad0a188672b801bf4e7b515079 (diff)
libbinder: remove unused 'pool' var
originally pointed out by elsk@ Bug: N/A Test: N/A Change-Id: I5fa0f90db4f30cad060b6e5d5794a8f0c8255637
Diffstat (limited to 'libs/binder/RpcServer.cpp')
-rw-r--r--libs/binder/RpcServer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/RpcServer.cpp b/libs/binder/RpcServer.cpp
index aaebb23f6f..9fa053ded4 100644
--- a/libs/binder/RpcServer.cpp
+++ b/libs/binder/RpcServer.cpp
@@ -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.");