diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:13:52 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:13:52 +0000 |
| commit | 75f89f522548d6a81cec3d9e00633e8be8ad7373 (patch) | |
| tree | d2be7437b846b6adc1a980151700872244f51747 /llvm/lib/Support/Windows | |
| parent | 05db523f3cc595ad327537501eb1fa14098c56f8 (diff) | |
| download | bcm5719-llvm-75f89f522548d6a81cec3d9e00633e8be8ad7373.tar.gz bcm5719-llvm-75f89f522548d6a81cec3d9e00633e8be8ad7373.zip | |
Remove GetRootDirectory.
llvm-svn: 183775
Diffstat (limited to 'llvm/lib/Support/Windows')
| -rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 1de75487b6c..efbb8b2284e 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/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]; |

