Skip to content

Commit

Permalink
#276: tests: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent 535b12d commit 1012272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/collection/test_collection_group.extended.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ TEST_F(TestCollectionGroup, test_collection_group_2) {
}, "test_collection_group_2"
);

auto const numElems = elem_counter;

// msg constructed on the fly case
runBcastTestHelper([proxy, my_node]{
proxy.broadcastCollective<&ColA::memberHandler>(my_node);
Expand Down

0 comments on commit 1012272

Please sign in to comment.