Remove the transitional GetUniqueID.

llvm-svn: 184433
This commit is contained in:
Rafael Espindola 2013-06-20 15:20:11 +00:00
parent be3b12b004
commit ef85291670
1 changed files with 0 additions and 4 deletions

View File

@ -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 {