diff options
Diffstat (limited to 'llvm/lib/Support/Windows/Path.inc')
| -rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index ba13edc7c81..53767e7a15c 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/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); |

