summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-14 20:26:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-14 20:26:58 +0000
commit76858a7abd4faeb462e04f177666b87b23b65287 (patch)
treecb6b21d86d87da6f8f3daf8633f12d367720ef2f /include/llvm/Support/PathV1.h
parent89dbe9744255864445b1c9f9a613ae333d3f79c8 (diff)
downloadllvm-76858a7abd4faeb462e04f177666b87b23b65287.tar.gz
llvm-76858a7abd4faeb462e04f177666b87b23b65287.tar.bz2
llvm-76858a7abd4faeb462e04f177666b87b23b65287.tar.xz
Replace use of PathV1.h in MCContext.cpp.
GetCurrentDirectory is now unused. Remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-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 eaf2550869..d3f82bb567 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -102,11 +102,6 @@ namespace sys {
/// directory.
static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
- /// Construct a path to the current directory for the current process.
- /// @returns The current working directory.
- /// @brief Returns the current working directory.
- static Path GetCurrentDirectory();
-
/// Return the suffix commonly used on file names that contain an
/// executable.
/// @returns The executable file suffix for the current platform.