summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:32:45 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:32:45 +0000
commitdeeb5724b8e6dfb911bde7c4b5d4e2f10953f52b (patch)
tree48d5f782fb52aa7922a3b3b502fbec75c79ad9a9 /lib/Support/Windows/Path.inc
parentf97c7fef52098bbd6a7ccc69657d112a36d77660 (diff)
Remove sys::PathSeparator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Path.inc')
-rw-r--r--lib/Support/Windows/Path.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc
index 2f3dbba6454..ba13edc7c81 100644
--- a/lib/Support/Windows/Path.inc
+++ b/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";
}