summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
diff options
context:
space:
mode:
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()) {