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