summaryrefslogtreecommitdiff
path: root/thread_none.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2022-05-24 15:06:30 +0900
committerKoichi Sasada <ko1@atdot.net>2022-05-24 16:28:07 +0900
commit62e08d4b844a3f4f7a6dadc6083cd0585485931b (patch)
tree8bc1665c0157f50b174e857acd74eb667ce0a3a0 /thread_none.c
parentd2033d0f06f6962031c51187c73e6bec8cae6e9b (diff)
downloadruby-62e08d4b844a3f4f7a6dadc6083cd0585485931b.tar.gz
remove `DEBUG_OUT()` macro
This macro is no longer used ([GH-5933]).
Diffstat (limited to 'thread_none.c')
-rw-r--r--thread_none.c2
1 files changed, 0 insertions, 2 deletions
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 <time.h>
-#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)