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