diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 18:41:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 18:41:28 +0000 |
commit | e05ab4a1ec3caab4fb177a2303aa636a1dbdcad3 (patch) | |
tree | 76629606a9cda0465147b84be2a69dd24e637c3d /llvm/lib/System/Darwin | |
parent | 73fc52555743cab63365755c6a2ed840887c2f7a (diff) | |
download | bcm5719-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/Darwin')
-rw-r--r-- | llvm/lib/System/Darwin/Path.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/System/Darwin/Path.cpp b/llvm/lib/System/Darwin/Path.cpp index ed391079487..d34ad80ef22 100644 --- a/llvm/lib/System/Darwin/Path.cpp +++ b/llvm/lib/System/Darwin/Path.cpp @@ -43,11 +43,6 @@ Path::GetTemporaryDirectory() { return result; } -std::string -Path::GetDLLSuffix() { - return "dylib"; -} - } // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |