From 918d188263464c0b310dfb17c394b5dd388eff3d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 25 Feb 2018 16:15:24 +0100 Subject: [PATCH] - This shouldn't have been committed. --- src/win32/critsec.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/win32/critsec.cpp b/src/win32/critsec.cpp index 1e1d50d2b..471b19b9f 100644 --- a/src/win32/critsec.cpp +++ b/src/win32/critsec.cpp @@ -86,7 +86,4 @@ void EnterCriticalSection(FInternalCriticalSection *c) void LeaveCriticalSection(FInternalCriticalSection *c) { c->Leave(); - - MemoryBarrier(); - MemoryFence(); }