diff options
| author | 2021-05-11 19:34:45 +0000 | |
|---|---|---|
| committer | 2021-05-11 19:34:45 +0000 | |
| commit | 226376f9f6fa4e96e8afb74697be71fd51d6f701 (patch) | |
| tree | 16e43eae42c34fcbc827e14d459d877a9d8c1718 /libs/binder/RpcServer.cpp | |
| parent | a416e7b190b0275234221e8074ca30c914ce0533 (diff) | |
| parent | ef9cacf1fd3e6eec8b7162ce472c8ca559d83d3f (diff) | |
Merge "libbinder: remove unused 'pool' var"
Diffstat (limited to 'libs/binder/RpcServer.cpp')
| -rw-r--r-- | libs/binder/RpcServer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/RpcServer.cpp b/libs/binder/RpcServer.cpp index 51c770e85d..c0cdcd6bee 100644 --- a/libs/binder/RpcServer.cpp +++ b/libs/binder/RpcServer.cpp @@ -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."); |