summaryrefslogtreecommitdiff
path: root/src/threads/tss_dtor_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/tss_dtor_t.c')
-rw-r--r--src/threads/tss_dtor_t.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/threads/tss_dtor_t.c b/src/threads/tss_dtor_t.c
deleted file mode 100644
index fa2556cb..00000000
--- a/src/threads/tss_dtor_t.c
+++ /dev/null
@@ -1,5 +0,0 @@
-typedef void (*tss_dtor_t)(void*);
-
-/*
-STDC(201112)
-*/