diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-03 01:21:04 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-03 01:21:04 +0000 |
commit | f4e7b167a09df546b4b339ca9ebc445f747a724a (patch) | |
tree | 406276c66edd1fc302691e23ef088bbb7e8253f9 /include/llvm/Support/FileSystem.h | |
parent | 660b5fc4d019bf22fbe14dfb81c5b59444fa3506 (diff) |
Support/FileSystem: Remove temp_directory_path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileSystem.h')
-rw-r--r-- | include/llvm/Support/FileSystem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 658364a69f..960853569f 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -386,14 +386,6 @@ error_code status_known(const Twine &path, bool &result); /// 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 |