mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove sys::PathSeparator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f97c7fef52
commit
deeb5724b8
@ -497,10 +497,6 @@ namespace sys {
|
||||
|
||||
/// @}
|
||||
};
|
||||
|
||||
/// This is the OS-specific path separator: a colon on Unix or a semicolon
|
||||
/// on Windows.
|
||||
extern const char PathSeparator;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,8 +81,6 @@ inline bool lastIsSlash(const std::string& path) {
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
const char sys::PathSeparator = ':';
|
||||
|
||||
StringRef Path::GetEXESuffix() {
|
||||
return StringRef();
|
||||
}
|
||||
|
@ -42,8 +42,6 @@ static void FlipBackSlashes(std::string& s) {
|
||||
namespace llvm {
|
||||
namespace sys {
|
||||
|
||||
const char PathSeparator = ';';
|
||||
|
||||
StringRef Path::GetEXESuffix() {
|
||||
return "exe";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user