summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Win32/Path.cpp')
-rw-r--r--llvm/lib/System/Win32/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/System/Win32/Path.cpp b/llvm/lib/System/Win32/Path.cpp
index 8201dd4ab22..e847154e583 100644
--- a/llvm/lib/System/Win32/Path.cpp
+++ b/llvm/lib/System/Win32/Path.cpp
@@ -118,11 +118,6 @@ Path::GetRootDirectory() {
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dll";
-}
-
static void getPathList(const char*path, std::vector<sys::Path>& Paths) {
const char* at = path;
const char* delim = strchr(at, ';');
OpenPOWER on IntegriCloud