mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
Remove the transitional GetUniqueID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -565,10 +565,6 @@ error_code identify_magic(const Twine &path, file_magic &result);
|
|||||||
|
|
||||||
error_code getUniqueID(const Twine Path, uint64_t &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
|
/// This class represents a memory mapped file. It is based on
|
||||||
/// boost::iostreams::mapped_file.
|
/// boost::iostreams::mapped_file.
|
||||||
class mapped_file_region {
|
class mapped_file_region {
|
||||||
|
Reference in New Issue
Block a user