Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Apr 12, 2024
1 parent b970038 commit 2a66007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,6 @@ ttg::abort(); // should not happen
auto remote_check = [&](){
auto world = ttg_default_execution_context();
int rank = world.rank();
uint64_t pos = 0;
bool remote = keylist.end() != std::find_if(keylist.begin(), keylist.end(),
[&](const Key &key) { return keymap(key) != rank; });
return remote;
Expand Down

0 comments on commit 2a66007

Please sign in to comment.