mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
MetaFileSystem: Clean up unused function
This commit is contained in:
@@ -682,3 +682,9 @@ int64_t MetaFileSystem::ComputeRecursiveDirectorySize(const std::string &filenam
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool MetaFileSystem::ComputeRecursiveDirSizeIfFast(const std::string &path, int64_t *size) {
|
||||
// Shouldn't be called. Can't recurse MetaFileSystem.
|
||||
_dbg_assert_(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user