summaryrefslogtreecommitdiffstats
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
commit4dec91222ad5563781a4c731b02a95ab2acbd725 (patch)
tree64e17ad5241a17c7401779eb7d22b80b7adc64c2
parentc994c0295a77f0ae6418c3d115267e969b9b92a6 (diff)
downloadbcm5719-llvm-4dec91222ad5563781a4c731b02a95ab2acbd725.tar.gz
bcm5719-llvm-4dec91222ad5563781a4c731b02a95ab2acbd725.zip
remove extraneous namespace qualifier, PR2142
llvm-svn: 48327
-rw-r--r--llvm/lib/System/Win32/Path.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc
index 0499e617957..b25e66140bf 100644
--- a/llvm/lib/System/Win32/Path.inc
+++ b/llvm/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 {
OpenPOWER on IntegriCloud