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 0499e617957d0727c0872c33efb9bd4ccdb5dc17..b25e66140bfb4359d69943b9c0733ab461e98665 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 {