summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-19 13:25:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-19 13:25:31 +0000
commitf6f3be69d81e8e41f90de9913738a9ba11190221 (patch)
treeb06ff195ace9989a56226d2c95468a5c38342127 /include
parentdd5fe2ffc6f564192876065d2617ecbc18d03f23 (diff)
downloadllvm-f6f3be69d81e8e41f90de9913738a9ba11190221.tar.gz
llvm-f6f3be69d81e8e41f90de9913738a9ba11190221.tar.bz2
llvm-f6f3be69d81e8e41f90de9913738a9ba11190221.tar.xz
Remove Path::canExecute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 550da31946..fe2dd9aff3 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -274,14 +274,6 @@ namespace sys {
/// @brief Determines if the file is a regular file
bool isRegularFile() const;
- /// This function determines if the path name references an executable
- /// file in the file system. This function checks for the existence and
- /// executability (by the current program) of the file.
- /// @returns true if the pathname references an executable file.
- /// @brief Determines if the path is an executable file in the file
- /// system.
- bool canExecute() const;
-
/// This function builds a list of paths that are the names of the
/// files and directories in a directory.
/// @returns true if an error occurs, true otherwise