Remove unused function GetHostPath from filesystems
This commit is contained in:
parent
9c66f81cbc
commit
40ab92fe7b
10 changed files with 1 additions and 49 deletions
|
@ -646,12 +646,6 @@ PSPFileInfo VirtualDiscFileSystem::GetFileInfo(std::string filename) {
|
|||
return x;
|
||||
}
|
||||
|
||||
bool VirtualDiscFileSystem::GetHostPath(const std::string &inpath, Path &outpath)
|
||||
{
|
||||
ERROR_LOG(FILESYS,"VirtualDiscFileSystem: Retrieving host path");
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#define FILETIME_FROM_UNIX_EPOCH_US 11644473600000000ULL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue