aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include/janet.h
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-09-19 14:18:49 -0500
committerCalvin Rose <calsrose@gmail.com>2021-09-19 14:19:32 -0500
commit6c58347916623228836eb6dbf3c6ec69c5e9f002 (patch)
tree3e465224c19be5f2904ef4405eeb72a13168d959 /src/include/janet.h
parentAdd (number combinator to peg). (diff)
Remove thread module.
Instead, use the more general and non-blocing `ev/` module.
Diffstat (limited to 'src/include/janet.h')
-rw-r--r--src/include/janet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/janet.h b/src/include/janet.h
index a718efae..6d4c9a8b 100644
--- a/src/include/janet.h
+++ b/src/include/janet.h
@@ -144,11 +144,6 @@ extern "C" {
#define JANET_NO_UTC_MKTIME
#endif
-/* Check thread library */
-#ifndef JANET_NO_THREADS
-#define JANET_THREADS
-#endif
-
/* Define how global janet state is declared */
/* Also enable the thread library only if not single-threaded */
#ifdef JANET_SINGLE_THREADED