[llvm] r184433 - Remove the transitional GetUniqueID.
Rafael Espindola
rafael.espindola at gmail.com
Thu Jun 20 08:20:12 PDT 2013
Author: rafael
Date: Thu Jun 20 10:20:11 2013
New Revision: 184433
URL: http://llvm.org/viewvc/llvm-project?rev=184433&view=rev
Log:
Remove the transitional GetUniqueID.
Modified:
llvm/trunk/include/llvm/Support/FileSystem.h
Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=184433&r1=184432&r2=184433&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Thu Jun 20 10:20:11 2013
@@ -565,10 +565,6 @@ error_code identify_magic(const Twine &p
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 {
More information about the llvm-commits
mailing list