[llvm] r193637 - Remove declared but not implemented function.
Rafael Espindola
rafael.espindola at gmail.com
Tue Oct 29 11:31:14 PDT 2013
Author: rafael
Date: Tue Oct 29 13:31:14 2013
New Revision: 193637
URL: http://llvm.org/viewvc/llvm-project?rev=193637&view=rev
Log:
Remove declared but not implemented function.
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=193637&r1=193636&r2=193637&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Tue Oct 29 13:31:14 2013
@@ -639,17 +639,6 @@ error_code openFileForWrite(const Twine
error_code openFileForRead(const Twine &Name, int &ResultFD);
-/// @brief Canonicalize path.
-///
-/// Sets result to the file system's idea of what path is. The result is always
-/// absolute and has the same capitalization as the file system.
-///
-/// @param path Input path.
-/// @param result Set to the canonicalized version of \a path.
-/// @returns errc::success if result has been successfully set, otherwise a
-/// platform specific error_code.
-error_code canonicalize(const Twine &path, SmallVectorImpl<char> &result);
-
/// @brief Are \a path's first bytes \a magic?
///
/// @param path Input path.
More information about the llvm-commits
mailing list