diff options
| author | 2021-05-11 20:09:34 +0000 | |
|---|---|---|
| committer | 2021-05-11 20:09:34 +0000 | |
| commit | 1f08aa3f58ec9f8a00dab9bf66b3f8dfb7b3f928 (patch) | |
| tree | 16e43eae42c34fcbc827e14d459d877a9d8c1718 /libs/binder/RpcServer.cpp | |
| parent | 5cf70afccd66c33f8d41a855370eb5e93fc1eef9 (diff) | |
| parent | 24eb9449e937a526261e6579c1c557ae2ece53a6 (diff) | |
Merge "libbinder: remove unused 'pool' var" am: 226376f9f6 am: 24eb9449e9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1702011
Change-Id: Ic7174005df7809a7338fe7cf248d3fea9f657359
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."); |