aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/windows/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/threading/windows/thread.h')
-rw-r--r--src/libstrongswan/threading/windows/thread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstrongswan/threading/windows/thread.h b/src/libstrongswan/threading/windows/thread.h
index 3c470522b..965d9690e 100644
--- a/src/libstrongswan/threading/windows/thread.h
+++ b/src/libstrongswan/threading/windows/thread.h
@@ -61,15 +61,6 @@ void* thread_tls_get(void *key);
void* thread_tls_remove(void *key);
/**
- * Remove a thread specific value from all threads.
- *
- * For each found TLS value thread_tls_cleanup() is invoked.
- *
- * @param key unique key specifying the TLS variable
- */
-void thread_tls_remove_all(void *key);
-
-/**
* Cleanup function for thread specific value.
*
* This is called whenever a thread exits to clean up thread specific data.