summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:18:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:18:05 +0000
commit189c27e871763efac38c65a9786127af8d5b92b8 (patch)
tree02e7a4dc0f38a67b7d6f81c604404b34eb732513 /include/llvm/Support/PathV1.h
parent6cbae0160600086e271904d7339c46f34ff57e73 (diff)
downloadllvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.gz
llvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.bz2
llvm-189c27e871763efac38c65a9786127af8d5b92b8.tar.xz
Remove GetDLLSuffix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-rw-r--r--include/llvm/Support/PathV1.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 15f0441d1d..e5a3c76458 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -113,14 +113,6 @@ namespace sys {
/// @brief Return the executable file suffix.
static StringRef GetEXESuffix();
- /// Return the suffix commonly used on file names that contain a shared
- /// object, shared archive, or dynamic link library. Such files are
- /// linked at runtime into a process and their code images are shared
- /// between processes.
- /// @returns The dynamic link library suffix for the current platform.
- /// @brief Return the dynamic link library suffix.
- static StringRef GetDLLSuffix();
-
/// GetMainExecutable - Return the path to the main executable, given the
/// value of argv[0] from program startup and the address of main itself.
/// In extremis, this function may fail and return an empty path.