summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:18:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:18:05 +0000
commit189c27e871763efac38c65a9786127af8d5b92b8 (patch)
tree02e7a4dc0f38a67b7d6f81c604404b34eb732513 /lib/Support/Path.cpp
parent6cbae0160600086e271904d7339c46f34ff57e73 (diff)
downloadllvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.gz
llvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.bz2
llvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.xz
Remove GetDLLSuffix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Path.cpp')
-rw-r--r--lib/Support/Path.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Support/Path.cpp b/lib/Support/Path.cpp
index 09d2eadd51..2e8223b6a1 100644
--- a/lib/Support/Path.cpp
+++ b/lib/Support/Path.cpp
@@ -68,10 +68,6 @@ Path::isObjectFile() const {
return true;
}
-StringRef Path::GetDLLSuffix() {
- return &(LTDL_SHLIB_EXT[1]);
-}
-
void
Path::appendSuffix(StringRef suffix) {
if (!suffix.empty()) {