summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-12 14:47:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-12 14:47:33 +0000
commit5475e2b01e8f69c398353736bf3afe9b40e01cf8 (patch)
treebfd1bc1e5b35c46d41de1e72cf30fc4a4a079c82 /include
parentc1f4a4b2640dfc871bacacef53a95f1c96a9fe48 (diff)
downloadllvm-5475e2b01e8f69c398353736bf3afe9b40e01cf8.tar.gz
llvm-5475e2b01e8f69c398353736bf3afe9b40e01cf8.tar.bz2
llvm-5475e2b01e8f69c398353736bf3afe9b40e01cf8.tar.xz
Remove Path::isAbsolute().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index e391d2a1c7..9bce3becf4 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -223,13 +223,6 @@ namespace sys {
/// relative.
/// @brief Determine if the path is absolute.
LLVM_ATTRIBUTE_DEPRECATED(
- bool isAbsolute() const,
- LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
-
- /// This function determines if the path name is absolute, as opposed to
- /// relative.
- /// @brief Determine if the path is absolute.
- LLVM_ATTRIBUTE_DEPRECATED(
static bool isAbsolute(const char *NameStart, unsigned NameLen),
LLVM_PATH_DEPRECATED_MSG(path::is_absolute));