mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Support/FileSystem: Remove temp_directory_path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
660b5fc4d0
commit
f4e7b167a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user