Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Apr 4, 2024
1 parent 869188e commit 37dce1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/mrc/tests/coroutines/test_task_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ TEST_F(TestCoroTaskContainer, MaxSimultaneousTasks)

auto on = std::make_shared<mrc::coroutines::TestScheduler>();
auto task_container = mrc::coroutines::TaskContainer(on, 2);
int32_t completed_tasks = 0;

auto start_time = on->time();

Expand Down

0 comments on commit 37dce1d

Please sign in to comment.