summaryrefslogtreecommitdiff
path: root/thread_none.c
diff options
context:
space:
mode:
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)