Преглед на файлове

filesystem: Remove pragma disabling global optimizations

This was just an artifact missed during PR review.
Lioncash преди 8 години
родител
ревизия
2cc0ef83cf
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/core/hle/service/filesystem/filesystem.cpp

+ 0 - 2
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"