summaryrefslogtreecommitdiff
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:13:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:13:52 +0000
commit6cbae0160600086e271904d7339c46f34ff57e73 (patch)
tree32ccc533b63864171bb776ae31e2d31448dea250 /include/llvm/Support
parent6438fd54ac475d378f47f2bbf6892e43212a7ff1 (diff)
downloadllvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.gz
llvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.bz2
llvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.xz
Remove GetRootDirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/PathV1.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index fe47a09d74..15f0441d1d 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -92,15 +92,6 @@ namespace sys {
/// @name Constructors
/// @{
public:
- /// Construct a path to the root directory of the file system. The root
- /// directory is a top level directory above which there are no more
- /// directories. For example, on UNIX, the root directory is /. On Windows
- /// it is file:///. Other operating systems may have different notions of
- /// what the root directory is or none at all. In that case, a consistent
- /// default root directory will be used.
- LLVM_ATTRIBUTE_DEPRECATED(static Path GetRootDirectory(),
- LLVM_PATH_DEPRECATED_MSG(NOTHING));
-
/// Construct a path to a unique temporary directory that is created in
/// a "standard" place for the operating system. The directory is
/// guaranteed to be created on exit from this function. If the directory