aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r--src/core/system.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp
index 9b1e9688..43d0eef2 100644
--- a/src/core/system.cpp
+++ b/src/core/system.cpp
@@ -15,7 +15,6 @@
namespace System {
volatile State g_state;
-MetaFileSystem g_ctr_file_system;
void UpdateState(State state) {
}
@@ -45,7 +44,6 @@ void Shutdown() {
CoreTiming::Shutdown();
VideoCore::Shutdown();
Kernel::Shutdown();
- g_ctr_file_system.Shutdown();
}
} // namespace