summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-12 14:16:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-12 14:16:52 +0000
commit36782c514ae7c5f9270c317bdea660bdcd86d9d6 (patch)
tree553fd31405ad4ba1c1545f463081dc8461c5a1e4 /include
parenta5e855d8594ccc7e7fffd2c1886088175ba84950 (diff)
downloadllvm-36782c514ae7c5f9270c317bdea660bdcd86d9d6.tar.gz
llvm-36782c514ae7c5f9270c317bdea660bdcd86d9d6.tar.bz2
llvm-36782c514ae7c5f9270c317bdea660bdcd86d9d6.tar.xz
Remove sys::CopyFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 232167a6ca..5ed9c9fd2f 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -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;