Delete some left-behind lines

This commit is contained in:
Henrik Rydgård 2021-07-26 01:15:32 +02:00
parent f51b8116a0
commit 2d88ae5112

View file

@ -558,13 +558,6 @@ static void __IoAsyncEndCallback(SceUID threadID, SceUID prevCallbackId) {
}
}
static DirectoryFileSystem *exdataSystem = nullptr;
#if defined(USING_WIN_UI) || defined(APPLE)
static DirectoryFileSystem *flash0System = nullptr;
#else
static VFSFileSystem *flash0System = nullptr;
#endif
static void __IoManagerThread() {
SetCurrentThreadName("IO");
while (ioManagerThreadEnabled && coreState != CORE_BOOT_ERROR && coreState != CORE_RUNTIME_ERROR && coreState != CORE_POWERDOWN) {