summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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