Move GetEXESuffix to the one place it is used.
[oota-llvm.git] / lib / Support / Unix / Path.inc
index 8e31f4cedf4cd28df08bdd03dede6f7936be4d52..63b05193716dc3bf1eb201f957d7574e92e38c2b 100644 (file)
@@ -81,10 +81,6 @@ inline bool lastIsSlash(const std::string& path) {
 namespace llvm {
 using namespace sys;
 
-StringRef Path::GetEXESuffix() {
-  return StringRef();
-}
-
 Path::Path(StringRef p)
   : path(p) {}