summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:42:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:42:30 +0000
commit46fa7cf91af03373b6ab54f31215bb671698000f (patch)
tree1addd0d5d3a20e3c1d0b46a7945a3412f7cd4b09 /lib/Support/Windows/Path.inc
parentdeeb5724b8e6dfb911bde7c4b5d4e2f10953f52b (diff)
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 'lib/Support/Windows/Path.inc')
-rw-r--r--lib/Support/Windows/Path.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc
index ba13edc7c81..53767e7a15c 100644
--- a/lib/Support/Windows/Path.inc
+++ b/lib/Support/Windows/Path.inc
@@ -42,10 +42,6 @@ static void FlipBackSlashes(std::string& s) {
namespace llvm {
namespace sys {
-StringRef Path::GetEXESuffix() {
- return "exe";
-}
-
Path::Path(llvm::StringRef p)
: path(p) {
FlipBackSlashes(path);