diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-03 11:56:44 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-08 21:18:45 -0400 |
commit | dad2ae1ee01b42bb6bb8a903c856712fc2bffa37 (patch) | |
tree | 0a49467e661776c20bb82b36732cdca8fa2b19b6 /src/core/loader/loader.h | |
parent | 656e97df16944dd997e18a58829001008760bf01 (diff) |
loader: Remove unused IdentifyFile overload
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r-- | src/core/loader/loader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index 7bd0adedb..6a9e5a68b 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h @@ -43,14 +43,6 @@ enum class FileType { FileType IdentifyFile(FileSys::VirtualFile file); /** - * Identifies the type of a bootable file based on the magic value in its header. - * @param file_name path to file - * @return FileType of file. Note: this will return FileType::Unknown if it is unable to determine - * a filetype, and will never return FileType::Error. - */ -FileType IdentifyFile(const std::string& file_name); - -/** * Guess the type of a bootable file from its name * @param name String name of bootable file * @return FileType of file. Note: this will return FileType::Unknown if it is unable to determine |