From 46fa7cf91af03373b6ab54f31215bb671698000f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 25 Jun 2013 14:42:30 +0000 Subject: 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 --- lib/Support/Windows/Path.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Support/Windows/Path.inc') diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc index ba13edc..53767e7 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); -- cgit v1.1