commit | a17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Mar 13 05:17:59 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Mar 13 05:17:59 2008 +0000 |
tree | 422cb2e25448ffd7b4d95519bfb9af64da367c56 | |
parent | d5d94df73f2af639a4cffc7e4f3491001817df08 [diff] [blame] |
remove extraneous namespace qualifier, PR2142 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48327 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 0499e61..b25e661 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc
@@ -44,8 +44,7 @@ namespace llvm { namespace sys { - -extern const char sys::PathSeparator = ';'; +const char PathSeparator = ';'; bool Path::isValid() const {