diff options
Diffstat (limited to 'lib/System/SunOS/Path.cpp')
-rw-r--r-- | lib/System/SunOS/Path.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/System/SunOS/Path.cpp b/lib/System/SunOS/Path.cpp index db6db19c38..346615d55c 100644 --- a/lib/System/SunOS/Path.cpp +++ b/lib/System/SunOS/Path.cpp @@ -47,11 +47,6 @@ Path::GetTemporaryDirectory() { return result; } -std::string -Path::GetDLLSuffix() { - return "so"; -} - } // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |