From f6f3be69d81e8e41f90de9913738a9ba11190221 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 19 Jun 2013 13:25:31 +0000 Subject: Remove Path::canExecute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184298 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/PathV1.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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 -- cgit v1.2.3