summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
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
commit75f89f522548d6a81cec3d9e00633e8be8ad7373 (patch)
treed2be7437b846b6adc1a980151700872244f51747 /llvm/lib/Support/Unix
parent05db523f3cc595ad327537501eb1fa14098c56f8 (diff)
downloadbcm5719-llvm-75f89f522548d6a81cec3d9e00633e8be8ad7373.tar.gz
bcm5719-llvm-75f89f522548d6a81cec3d9e00633e8be8ad7373.zip
Remove GetRootDirectory.
llvm-svn: 183775
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r--llvm/lib/Support/Unix/Path.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc
index ab9157be99f..e3f20822e51 100644
--- a/llvm/lib/Support/Unix/Path.inc
+++ b/llvm/lib/Support/Unix/Path.inc
@@ -125,13 +125,6 @@ Path::isAbsolute() const {
}
Path
-Path::GetRootDirectory() {
- Path result;
- result.set("/");
- return result;
-}
-
-Path
Path::GetTemporaryDirectory(std::string *ErrMsg) {
#if defined(HAVE_MKDTEMP)
// The best way is with mkdtemp but that's not available on many systems,
OpenPOWER on IntegriCloud