summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 18:58:47 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 18:58:47 +0000
commit40de55a5569bd175cee6abab2070fa0edfbd8658 (patch)
tree1e2d766509b07e4d75bcba628a3b1f116c2ef70d /include/llvm
parentadd4c2fbb1c5038337146a04e48d66a3d8bafa6b (diff)
downloadllvm-40de55a5569bd175cee6abab2070fa0edfbd8658.tar.gz
llvm-40de55a5569bd175cee6abab2070fa0edfbd8658.tar.bz2
llvm-40de55a5569bd175cee6abab2070fa0edfbd8658.tar.xz
Remove GetSystemLibraryPaths.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-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 9fe01da6b9..44c29ec7fd 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -111,11 +111,6 @@ namespace sys {
/// directory.
static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
- /// Construct a vector of sys::Path that contains the "standard" system
- /// library paths suitable for linking into programs.
- /// @brief Construct a path to the system library directory
- static void GetSystemLibraryPaths(std::vector<sys::Path>& Paths);
-
/// 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