From e858dce757f8766a29f2151ec3ffef3df85af66b Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 28 Jul 2022 19:49:03 +0200 Subject: Moved the thread starting code to IO loop code --- lib/timer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/timer.h') diff --git a/lib/timer.h b/lib/timer.h index 04544ace..555fc96f 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -41,7 +41,6 @@ struct timeloop BUFFER_(timer *) timers; struct domain_generic *domain; struct birdloop *loop; - struct coroutine *coro; }; #define TLOCK_TIMER_ASSERT(loop) ASSERT_DIE((loop)->domain && DG_IS_LOCKED((loop)->domain)) -- cgit v1.2.3