OSDN Git Service

remove extraneous namespace qualifier, PR2142
authorChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 05:17:59 +0000 (05:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 05:17:59 +0000 (05:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48327 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Path.inc

index 0499e61..b25e661 100644 (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 {