From 62e8081e0ac4a4c170bc536303f7a9bd3e91fd7b Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 7 Oct 2024 17:24:18 -0600 Subject: tidy config --- libcr/coroutine.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcr') diff --git a/libcr/coroutine.c b/libcr/coroutine.c index 1891b61..e01d44c 100644 --- a/libcr/coroutine.c +++ b/libcr/coroutine.c @@ -14,7 +14,6 @@ /* Configuration **************************************************************/ -#define USE_CONFIG_COROUTINE #include "config.h" #ifndef CONFIG_COROUTINE_DEFAULT_STACK_SIZE -- cgit v1.2.3-2-g168b