diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-03-13 05:17:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-03-13 05:17:59 +0000 |
| commit | 4dec91222ad5563781a4c731b02a95ab2acbd725 (patch) | |
| tree | 64e17ad5241a17c7401779eb7d22b80b7adc64c2 | |
| parent | c994c0295a77f0ae6418c3d115267e969b9b92a6 (diff) | |
| download | bcm5719-llvm-4dec91222ad5563781a4c731b02a95ab2acbd725.tar.gz bcm5719-llvm-4dec91222ad5563781a4c731b02a95ab2acbd725.zip | |
remove extraneous namespace qualifier, PR2142
llvm-svn: 48327
| -rw-r--r-- | llvm/lib/System/Win32/Path.inc | 3 |
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 { |

