diff options
Diffstat (limited to 'llvm/lib/System/Cygwin/Path.cpp')
-rw-r--r-- | llvm/lib/System/Cygwin/Path.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/System/Cygwin/Path.cpp b/llvm/lib/System/Cygwin/Path.cpp index 01a40da4e7c..43dae2f982b 100644 --- a/llvm/lib/System/Cygwin/Path.cpp +++ b/llvm/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 |