summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
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
commit6cbae0160600086e271904d7339c46f34ff57e73 (patch)
tree32ccc533b63864171bb776ae31e2d31448dea250 /lib/Support/Windows
parent6438fd54ac475d378f47f2bbf6892e43212a7ff1 (diff)
downloadllvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.gz
llvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.bz2
llvm-6cbae0160600086e271904d7339c46f34ff57e73.tar.xz
Remove GetRootDirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows')
-rw-r--r--lib/Support/Windows/Path.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc
index 1de75487b6..efbb8b2284 100644
--- a/lib/Support/Windows/Path.inc
+++ b/lib/Support/Windows/Path.inc
@@ -233,14 +233,6 @@ Path::GetTemporaryDirectory(std::string* ErrMsg) {
return *TempDirectory;
}
-// FIXME: the following set of functions don't map to Windows very well.
-Path
-Path::GetRootDirectory() {
- // This is the only notion that that Windows has of a root directory. Nothing
- // is here except for drives.
- return Path("file:///");
-}
-
Path
Path::GetCurrentDirectory() {
char pathname[MAX_PATH];