mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Remove the transitional GetUniqueID.
llvm-svn: 184433
This commit is contained in:
parent
dc37cdb22d
commit
0a090bf840
@ -565,10 +565,6 @@ error_code identify_magic(const Twine &path, file_magic &result);
|
||||
|
||||
error_code getUniqueID(const Twine Path, uint64_t &Result);
|
||||
|
||||
inline error_code GetUniqueID(const Twine Path, uint64_t &Result) {
|
||||
return getUniqueID(Path, Result);
|
||||
}
|
||||
|
||||
/// This class represents a memory mapped file. It is based on
|
||||
/// boost::iostreams::mapped_file.
|
||||
class mapped_file_region {
|
||||
|
Loading…
x
Reference in New Issue
Block a user