diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-25 14:42:30 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-25 14:42:30 +0000 |
| commit | 46fa7cf91af03373b6ab54f31215bb671698000f (patch) | |
| tree | 1addd0d5d3a20e3c1d0b46a7945a3412f7cd4b09 /include | |
| parent | deeb5724b8e6dfb911bde7c4b5d4e2f10953f52b (diff) | |
| download | external_llvm-46fa7cf91af03373b6ab54f31215bb671698000f.zip external_llvm-46fa7cf91af03373b6ab54f31215bb671698000f.tar.gz external_llvm-46fa7cf91af03373b6ab54f31215bb671698000f.tar.bz2 | |
Move GetEXESuffix to the one place it is used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -rw-r--r-- | include/llvm/Support/PathV1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h index 3202451..a6d2663 100644 --- a/include/llvm/Support/PathV1.h +++ b/include/llvm/Support/PathV1.h @@ -104,12 +104,6 @@ namespace sys { /// @brief Returns the current working directory. static Path GetCurrentDirectory(); - /// Return the suffix commonly used on file names that contain an - /// executable. - /// @returns The executable file suffix for the current platform. - /// @brief Return the executable file suffix. - static StringRef GetEXESuffix(); - /// 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. |
