aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:32:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:32:57 +0000
commit715a1be51fe25a09fcc5318cd787893a8fbfc9e1 (patch)
tree02e65335f271290a37ea2431943985c2b4758355 /include
parentb4d07b770c41b285a613a5b4953fe815044fad19 (diff)
downloadexternal_llvm-715a1be51fe25a09fcc5318cd787893a8fbfc9e1.zip
external_llvm-715a1be51fe25a09fcc5318cd787893a8fbfc9e1.tar.gz
external_llvm-715a1be51fe25a09fcc5318cd787893a8fbfc9e1.tar.bz2
Remove Path::getDirname.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 8c898b7..09ab041 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -200,11 +200,6 @@ namespace sys {
/// @brief Determines if the path name is empty (invalid).
bool isEmpty() const { return path.empty(); }
- /// This function strips off the suffix of the path beginning with the
- /// path separator ('/' on Unix, '\' on Windows) and returns the result.
- LLVM_ATTRIBUTE_DEPRECATED(StringRef getDirname() const,
- LLVM_PATH_DEPRECATED_MSG(path::parent_path));
-
/// This function strips off the path and basename(up to and
/// including the last dot) of the file or directory name and
/// returns just the suffix. For example /a/foo.bar would cause