[llvm-commits] [llvm] r120775 - /llvm/trunk/include/llvm/Support/FileSystem.h
Michael J. Spencer
bigcheesegs at gmail.com
Thu Dec 2 17:21:04 PST 2010
Author: mspencer
Date: Thu Dec 2 19:21:04 2010
New Revision: 120775
URL: http://llvm.org/viewvc/llvm-project?rev=120775&view=rev
Log:
Support/FileSystem: Remove temp_directory_path.
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=120775&r1=120774&r2=120775&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Thu Dec 2 19:21:04 2010
@@ -386,14 +386,6 @@
/// platform specific error_code.
error_code symlink_status(const Twine &path, file_status &result);
-/// @brief Get the temporary directory.
-///
-/// @param result Set to the temporary directory.
-/// @results errc::success if result has been successfully set, otherwise a
-/// platform specific error_code.
-/// @see unique_file
-error_code temp_directory_path(SmallVectorImpl<char> &result);
-
/// @brief Generate a unique path and open it as a file.
///
/// Generates a unique path suitable for a temporary file and then opens it as a
More information about the llvm-commits
mailing list