From 01e3ece2afde31c784fd98e6eecbc46e7bf06277 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 6 Jan 2026 23:31:32 +0100 Subject: [PATCH] Remove leftover debug --- Source/Engine/Platform/Windows/WindowsPlatform.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/Platform/Windows/WindowsPlatform.cpp b/Source/Engine/Platform/Windows/WindowsPlatform.cpp index e40ae1ca7..42accf298 100644 --- a/Source/Engine/Platform/Windows/WindowsPlatform.cpp +++ b/Source/Engine/Platform/Windows/WindowsPlatform.cpp @@ -543,7 +543,6 @@ void WindowsPlatform::ReleaseMutex() } } -PRAGMA_DISABLE_OPTIMIZATION; void CheckInstructionSet() { #if PLATFORM_ARCH_X86 || PLATFORM_ARCH_X64