summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/FreeBSD/Path.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-13 18:41:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-13 18:41:28 +0000
commite05ab4a1ec3caab4fb177a2303aa636a1dbdcad3 (patch)
tree76629606a9cda0465147b84be2a69dd24e637c3d /llvm/lib/System/FreeBSD/Path.cpp
parent73fc52555743cab63365755c6a2ed840887c2f7a (diff)
downloadbcm5719-llvm-e05ab4a1ec3caab4fb177a2303aa636a1dbdcad3.tar.gz
bcm5719-llvm-e05ab4a1ec3caab4fb177a2303aa636a1dbdcad3.zip
Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
available. llvm-svn: 18904
Diffstat (limited to 'llvm/lib/System/FreeBSD/Path.cpp')
-rw-r--r--llvm/lib/System/FreeBSD/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/System/FreeBSD/Path.cpp b/llvm/lib/System/FreeBSD/Path.cpp
index 7dac6fd5e98..837f830c4fe 100644
--- a/llvm/lib/System/FreeBSD/Path.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud