summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-18 20:42:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-18 20:42:25 +0000
commitf3426a482ea24c399df7c4abaa1ff8f7a9d9dfc8 (patch)
tree4bba648efa792859c6d8a7da0a4426e2aceed237 /include
parentef2d9e31940fc3121646e15effdfcc8f7f5e239b (diff)
downloadllvm-f3426a482ea24c399df7c4abaa1ff8f7a9d9dfc8.tar.gz
llvm-f3426a482ea24c399df7c4abaa1ff8f7a9d9dfc8.tar.bz2
llvm-f3426a482ea24c399df7c4abaa1ff8f7a9d9dfc8.tar.xz
Remove unused Path::canRead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index b38b1b090e..146703c870 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -267,15 +267,6 @@ namespace sys {
LLVM_ATTRIBUTE_DEPRECATED(bool isSymLink() const,
LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
- /// This function determines if the path name references a readable file
- /// or directory in the file system. This function checks for
- /// the existence and readability (by the current program) of the file
- /// or directory.
- /// @returns true if the pathname references a readable file.
- /// @brief Determines if the path is a readable file or directory
- /// in the file system.
- bool canRead() const;
-
/// This function determines if the path name references a writable file
/// or directory in the file system. This function checks for the
/// existence and writability (by the current program) of the file or