remove extraneous namespace qualifier, PR2142

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-03-13 05:17:59 +00:00
parent d5d94df73f
commit a17fa28ac2

View File

@ -44,8 +44,7 @@ static void FlipBackSlashes(std::string& s) {
namespace llvm {
namespace sys {
extern const char sys::PathSeparator = ';';
const char PathSeparator = ';';
bool
Path::isValid() const {