diff options
Diffstat (limited to 'llvm/lib/Support/Windows/Path.inc')
-rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 2f3dbba6454..ba13edc7c81 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -42,8 +42,6 @@ static void FlipBackSlashes(std::string& s) { namespace llvm { namespace sys { -const char PathSeparator = ';'; - StringRef Path::GetEXESuffix() { return "exe"; } |