summaryrefslogtreecommitdiff
path: root/libc/tls.make.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tls.make.c')
-rw-r--r--libc/tls.make.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/tls.make.c b/libc/tls.make.c
index 778d8ef0b..6bcd2479c 100644
--- a/libc/tls.make.c
+++ b/libc/tls.make.c
@@ -2,12 +2,6 @@
#include <tls.h>
-#if USE_TLS
-@@@ use-tls = yes @@@
-#else
-@@@ use-tls = no @@@
-#endif
-
#if USE___THREAD
@@@ use-thread = yes @@@
#else