summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0126549185197894a6e44dade906562a1c55694c (patch)
treef18074262f239ba8227c257b8dd42036b825eaca /llvm/lib/Support/Path.cpp
parent4a28f534e178edd6a0fd7427751e82a5e831b4dd (diff)
downloadbcm5719-llvm-0126549185197894a6e44dade906562a1c55694c.tar.gz
bcm5719-llvm-0126549185197894a6e44dade906562a1c55694c.zip
Remove GetDLLSuffix.
llvm-svn: 183777
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r--llvm/lib/Support/Path.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp
index 09d2eadd51a..2e8223b6a17 100644
--- a/llvm/lib/Support/Path.cpp
+++ b/llvm/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()) {
OpenPOWER on IntegriCloud