diff options
Diffstat (limited to 'libs')
| -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."); |