From 2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 19 Jul 2018 10:30:50 -0400 Subject: filesystem: Remove pragma disabling global optimizations This was just an artifact missed during PR review. --- src/core/hle/service/filesystem/filesystem.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') diff --git a/src/core/hle/service/filesystem/filesystem.cpp b/src/core/hle/service/filesystem/filesystem.cpp index ec528ef40..6d5ef2de4 100644 --- a/src/core/hle/service/filesystem/filesystem.cpp +++ b/src/core/hle/service/filesystem/filesystem.cpp @@ -2,8 +2,6 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#pragma optimize("", off) - #include "common/assert.h" #include "common/file_util.h" #include "core/core.h" -- cgit v1.2.3