From a17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 13 Mar 2008 05:17:59 +0000 Subject: remove extraneous namespace qualifier, PR2142 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48327 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Win32/Path.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/System/Win32') 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 @@ static void FlipBackSlashes(std::string& s) { namespace llvm { namespace sys { - -extern const char sys::PathSeparator = ';'; +const char PathSeparator = ';'; bool Path::isValid() const { -- cgit v1.1