summaryrefslogtreecommitdiffstats
path: root/crypto/thread/arch/thread_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/thread/arch/thread_win.c')
-rw-r--r--crypto/thread/arch/thread_win.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/thread/arch/thread_win.c b/crypto/thread/arch/thread_win.c
index b4c0500936..5bef48458e 100644
--- a/crypto/thread/arch/thread_win.c
+++ b/crypto/thread/arch/thread_win.c
@@ -179,9 +179,4 @@ void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv)
*cv_p = NULL;
}
-void ossl_crypto_mem_barrier(void)
-{
- MemoryBarrier();
-}
-
#endif