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 21, 2024
1 parent 633ed2a commit c6ee2c8
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 c6ee2c8

Please sign in to comment.