Skip to content

Commit ba51eb7

Browse files
Merge pull request #811 from vinser52/svinogra.minor_fixes
Remove an unnecessary parameter in openHandlesFn lambda
2 parents 5bf1b5e + 3034a84 commit ba51eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ipcFixtures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ TEST_P(umfIpcTest, ConcurrentOpenCloseHandles) {
461461

462462
umf_test::syncthreads_barrier syncthreads(NTHREADS);
463463

464-
auto openHandlesFn = [this, &ipcHandles, &openedIpcHandles, &syncthreads,
464+
auto openHandlesFn = [&ipcHandles, &openedIpcHandles, &syncthreads,
465465
&pool](size_t tid) {
466466
syncthreads();
467467
for (auto ipcHandle : ipcHandles) {

0 commit comments

Comments
 (0)