diff options
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r-- | llvm/lib/Support/Path.cpp | 4 |
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()) { |