mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Remove sys::CopyFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -592,12 +592,6 @@ namespace sys {
|
||||
/// @}
|
||||
};
|
||||
|
||||
/// This function can be used to copy the file specified by Src to the
|
||||
/// file specified by Dest. If an error occurs, Dest is removed.
|
||||
/// @returns true if an error occurs, false otherwise
|
||||
/// @brief Copy one file to another.
|
||||
bool CopyFile(const Path& Dest, const Path& Src, std::string* ErrMsg);
|
||||
|
||||
/// This is the OS-specific path separator: a colon on Unix or a semicolon
|
||||
/// on Windows.
|
||||
extern const char PathSeparator;
|
||||
|
||||
Reference in New Issue
Block a user