Remove the transitional GetUniqueID.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jun 2013 15:20:11 +0000 (15:20 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jun 2013 15:20:11 +0000 (15:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184433 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FileSystem.h

index c1e11c0052bc7cbfc5bd1b784e3bab32620b74ed..6b3b126ea0326f871531c97550415a684fc39b61 100644 (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 {