- This shouldn't have been committed.

This commit is contained in:
Christoph Oelckers 2018-02-25 16:15:24 +01:00
parent 67a6ec01e1
commit 918d188263
1 changed files with 0 additions and 3 deletions

View File

@ -86,7 +86,4 @@ void EnterCriticalSection(FInternalCriticalSection *c)
void LeaveCriticalSection(FInternalCriticalSection *c)
{
c->Leave();
MemoryBarrier();
MemoryFence();
}