Skip to content

Commit

Permalink
Remove unused capture from transform_mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 25, 2024
1 parent 3713f91 commit 4e996aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace pika::mpi::experimental {

if (completions_inline)
{
auto f_completion = [mode, p, f = std::forward<F>(f)](auto&... args) mutable {
auto f_completion = [mode, f = std::forward<F>(f)](auto&... args) mutable {
return just(std::forward_as_tuple(args...)) | unpack() |
dispatch_mpi(std::move(f)) | trigger_mpi(mode);
};
Expand Down

0 comments on commit 4e996aa

Please sign in to comment.