diff options
Diffstat (limited to 'llvm/lib/Support/Unix/Path.inc')
-rw-r--r-- | llvm/lib/Support/Unix/Path.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index fd7e069eea5..8e31f4cedf4 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -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(); } |