summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-01 05:11:01 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-01 05:11:01 +0000
commitc94792507ddac393a0a9f4cdf1bf258a09a47268 (patch)
tree45db5a40ad8afd885f9ad849e280218cebc65e7f /include
parent049260d9e2f72d650d97167e1ab451384e32b014 (diff)
downloadllvm-c94792507ddac393a0a9f4cdf1bf258a09a47268.tar.gz
llvm-c94792507ddac393a0a9f4cdf1bf258a09a47268.tar.bz2
llvm-c94792507ddac393a0a9f4cdf1bf258a09a47268.tar.xz
Remove a couple unused methods. PR11201.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 45165ded61..f4bedf92c4 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -131,20 +131,6 @@ namespace sys {
/// @brief Find a library.
static Path FindLibrary(std::string& short_name);
- /// Construct a path to the default LLVM configuration directory. The
- /// implementation must ensure that this is a well-known (same on many
- /// systems) directory in which llvm configuration files exist. For
- /// example, on Unix, the /etc/llvm directory has been selected.
- /// @brief Construct a path to the default LLVM configuration directory
- static Path GetLLVMDefaultConfigDir();
-
- /// Construct a path to the LLVM installed configuration directory. The
- /// implementation must ensure that this refers to the "etc" directory of
- /// the LLVM installation. This is the location where configuration files
- /// will be located for a particular installation of LLVM on a machine.
- /// @brief Construct a path to the LLVM installed configuration directory
- static Path GetLLVMConfigDir();
-
/// 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