From 0cc3e85685496f1dd5b742c42d0b2903b9f0c735 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 25 Jun 2014 17:32:09 -0400 Subject: Core: Removed unused directory_file_system and meta_file_system modules. Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. --- src/core/system.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/system.cpp') 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 -- cgit v1.2.3