Remove spurious extern.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-12-09 03:26:33 +00:00
parent e854273892
commit 164c7ba0ef

View File

@ -77,7 +77,7 @@ inline bool lastIsSlash(const std::string& path) {
namespace llvm {
using namespace sys;
extern const char sys::PathSeparator = ':';
const char sys::PathSeparator = ':';
Path::Path(const std::string& p)
: path(p) {}