Remove unused function GetHostPath from filesystems

This commit is contained in:
Henrik Rydgård
2021-05-13 10:39:17 +02:00
parent 9c66f81cbc
commit 40ab92fe7b
10 changed files with 1 additions and 49 deletions
-5
View File
@@ -128,11 +128,6 @@ bool BlobFileSystem::RemoveFile(const std::string &filename) {
return false;
}
bool BlobFileSystem::GetHostPath(const std::string &inpath, Path &outpath) {
outpath = fileLoader_->GetPath();
return true;
}
u64 BlobFileSystem::FreeSpace(const std::string &path) {
return 0;
}