From b845989250fcc28b237f80e613f3ec41b67056ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Sun, 19 May 2024 19:07:35 +0200 Subject: [PATCH] Remove unused lib/fiber_primitives.c --- lib/fiber_primitives.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/fiber_primitives.c diff --git a/lib/fiber_primitives.c b/lib/fiber_primitives.c deleted file mode 100644 index a73355d..0000000 --- a/lib/fiber_primitives.c +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef UNIQUE_FIBERS -_Atomic int64_t multicont_fiber_id = -1; -#endif - -