aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Darwin/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Darwin/Path.cpp')
-rw-r--r--lib/System/Darwin/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/System/Darwin/Path.cpp b/lib/System/Darwin/Path.cpp
index ed39107948..d34ad80ef2 100644
--- a/lib/System/Darwin/Path.cpp
+++ b/lib/System/Darwin/Path.cpp
@@ -43,11 +43,6 @@ Path::GetTemporaryDirectory() {
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dylib";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab