summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:08:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:08:15 +0000
commit6438fd54ac475d378f47f2bbf6892e43212a7ff1 (patch)
treea43a8745c5876c7ea78f113e30a189376540074b /include/llvm/Support/PathV1.h
parentba30d60ebb71ce403ebd29dab1d5afa5241b1bcf (diff)
downloadllvm-6438fd54ac475d378f47f2bbf6892e43212a7ff1.tar.gz
llvm-6438fd54ac475d378f47f2bbf6892e43212a7ff1.tar.bz2
llvm-6438fd54ac475d378f47f2bbf6892e43212a7ff1.tar.xz
Remove GetUserHomeDirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-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 44c29ec7fd..fe47a09d74 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -111,15 +111,6 @@ namespace sys {
/// directory.
static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
- /// Construct a path to the current user's home directory. The
- /// implementation must use an operating system specific mechanism for
- /// determining the user's home directory. For example, the environment
- /// variable "HOME" could be used on Unix. If a given operating system
- /// does not have the concept of a user's home directory, this static
- /// constructor must provide the same result as GetRootDirectory.
- /// @brief Construct a path to the current user's "home" directory
- static Path GetUserHomeDirectory();
-
/// Construct a path to the current directory for the current process.
/// @returns The current working directory.
/// @brief Returns the current working directory.