From f90690f202901c7f6ba633bc144c9de9247b1834 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 12 Jun 2013 13:55:07 +0000 Subject: Remove Path::makeExecutableOnDisk. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183826 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/PathV1.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h index 09ab041b07..4d6064ac01 100644 --- a/include/llvm/Support/PathV1.h +++ b/include/llvm/Support/PathV1.h @@ -434,12 +434,6 @@ namespace sys { /// @brief Make the file writable; bool makeWriteableOnDisk(std::string* ErrMsg = 0); - /// This method attempts to make the file referenced by the Path object - /// available for execution so that the canExecute() method will return - /// true. - /// @brief Make the file readable; - bool makeExecutableOnDisk(std::string* ErrMsg = 0); - /// This method allows the last modified time stamp and permission bits /// to be set on the disk object referenced by the Path. /// @throws std::string if an error occurs. -- cgit v1.2.3