aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-13 05:17:59 +0000
committerChris Lattner <sabre@nondot.org>2008-03-13 05:17:59 +0000
commita17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73 (patch)
tree422cb2e25448ffd7b4d95519bfb9af64da367c56 /lib/System
parentd5d94df73f2af639a4cffc7e4f3491001817df08 (diff)
downloadexternal_llvm-a17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73.zip
external_llvm-a17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73.tar.gz
external_llvm-a17fa28ac2a2d1fca5ca208f1e9fb8e4f3be3d73.tar.bz2
remove extraneous namespace qualifier, PR2142
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Win32/Path.inc3
1 files changed, 1 insertions, 2 deletions
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 {