diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:32:57 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:32:57 +0000 |
commit | c656225b9dd768d34137fa9d0d5049ffe94b7478 (patch) | |
tree | 4b554b21d5b4a1ed96e78001cd90edd55039bbd6 /llvm/lib/Support/Unix | |
parent | 4d725f66bd9352ebf7bb48172f77299bc9434cae (diff) | |
download | bcm5719-llvm-c656225b9dd768d34137fa9d0d5049ffe94b7478.tar.gz bcm5719-llvm-c656225b9dd768d34137fa9d0d5049ffe94b7478.zip |
Remove Path::getDirname.
llvm-svn: 183780
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r-- | llvm/lib/Support/Unix/Path.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index a442b7f7ead..f154bf62d01 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -319,10 +319,6 @@ Path Path::GetMainExecutable(const char *argv0, void *MainAddr) { } -StringRef Path::getDirname() const { - return getDirnameCharSep(path, "/"); -} - StringRef Path::getSuffix() const { // Find the last slash |