Move GetEXESuffix to the one place it is used.
[oota-llvm.git] / lib / Support / Windows / Path.inc
index ba13edc7c8180a5f7120b7b7894baef3952e0ee1..53767e7a15c4d8a38da099292381ae88fb0a85ec 100644 (file)
@@ -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);