summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-12 15:02:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-12 15:02:39 +0000
commitfa2bbb31fae64bc8cc3dc3736f5465d3ddba1704 (patch)
tree0b01fd710b7cc5ce411bbc5f4762b98b2b8c0851 /include
parent5475e2b01e8f69c398353736bf3afe9b40e01cf8 (diff)
downloadllvm-fa2bbb31fae64bc8cc3dc3736f5465d3ddba1704.tar.gz
llvm-fa2bbb31fae64bc8cc3dc3736f5465d3ddba1704.tar.bz2
llvm-fa2bbb31fae64bc8cc3dc3736f5465d3ddba1704.tar.xz
Remove Path::isAbsolute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183836 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 9bce3becf4..4a4816bd8d 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -219,13 +219,6 @@ namespace sys {
/// @name Disk Accessors
/// @{
public:
- /// 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));
-
/// This function opens the file associated with the path name provided by
/// the Path object and reads its magic number. If the magic number at the
/// start of the file matches \p magic, true is returned. In all other