瀏覽代碼

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"