diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-25 14:32:45 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-25 14:32:45 +0000 |
| commit | db7c03f05e50cabd680861651629fc7859ea466b (patch) | |
| tree | 03aaba9f866996d8c94ffb400a48022a1061afa8 /llvm/lib/Support/Windows/Path.inc | |
| parent | 04b3fc4981482e74c7ba685fb206a3d5c62d0429 (diff) | |
| download | bcm5719-llvm-db7c03f05e50cabd680861651629fc7859ea466b.tar.gz bcm5719-llvm-db7c03f05e50cabd680861651629fc7859ea466b.zip | |
Remove sys::PathSeparator.
llvm-svn: 184852
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"; } |

