diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-19 10:30:50 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-19 10:30:53 -0400 |
commit | 2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff (patch) | |
tree | 5a386a5d9087a9d388704c2fb1ed0e80b25f9bbb /src | |
parent | cd4fca8447b56af3747b2033c315e986cfe32826 (diff) |
filesystem: Remove pragma disabling global optimizations
This was just an artifact missed during PR review.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/filesystem/filesystem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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" |