summaryrefslogtreecommitdiff
path: root/src/threads/thread_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thread_local.c')
-rw-r--r--src/threads/thread_local.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/threads/thread_local.c b/src/threads/thread_local.c
deleted file mode 100644
index 8014592b..00000000
--- a/src/threads/thread_local.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#if 0
-
-#define thread_local _Thread_local
-
-/*
-STDC(201112)
-*/
-
-
-#endif