filesystem: Remove pragma disabling global optimizations

This was just an artifact missed during PR review.
This commit is contained in:
Lioncash
2018-07-19 10:30:50 -04:00
parent da557eaae0
commit f7c16c4c85

View File

@@ -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"