Skip to content

Commit

Permalink
fixup! maintenance: remove unused capture, member, and argument
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards committed Oct 28, 2024
1 parent 14f6b37 commit 6df8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/IntegrationTests/ITest_MessageAggregation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ TEST_F(ITest_MessageAggregation, timeout_in_case_of_deadlock_when_using_async_si

timeSyncService->SetSimulationStepHandlerAsync(
[dataPublisher, lifecycleService, &msgReceived](std::chrono::nanoseconds /*now*/,
std::chrono::nanoseconds /*duration*/) {
std::chrono::nanoseconds /*duration*/) {
// send ping
std::vector<uint8_t> ping(1, '?');
dataPublisher->Publish(std::move(ping));
Expand Down

0 comments on commit 6df8e76

Please sign in to comment.