From 62e08d4b844a3f4f7a6dadc6083cd0585485931b Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Tue, 24 May 2022 15:06:30 +0900 Subject: remove `DEBUG_OUT()` macro This macro is no longer used ([GH-5933]). --- thread_none.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_none.c') diff --git a/thread_none.c b/thread_none.c index b57e082543..cf4658e571 100644 --- a/thread_none.c +++ b/thread_none.c @@ -15,8 +15,6 @@ #include -#define DEBUG_OUT() (void)(0); - #define TIME_QUANTUM_MSEC (100) #define TIME_QUANTUM_USEC (TIME_QUANTUM_MSEC * 1000) #define TIME_QUANTUM_NSEC (TIME_QUANTUM_USEC * 1000) -- cgit v1.2.1