Merge "Remove unused lambda captures" am: 5b8a92af5d am: 26f71e6a5a
am: 475a448cf8
Change-Id: Icaac74b600e436a0fa696741ba151ac7a8f00d0d
This commit is contained in:
commit
f074e428ae
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class ThreadListTest : public ::testing::TestWithParam<int> {
|
|||
threads_.reserve(threads);
|
||||
tids_.reserve(threads);
|
||||
for (unsigned int i = 0; i < threads; i++) {
|
||||
threads_.emplace_back([&, i, threads, this]() {
|
||||
threads_.emplace_back([&, threads, this]() {
|
||||
{
|
||||
std::lock_guard<std::mutex> lk(m_);
|
||||
tids_.push_back(gettid());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue