aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Chou <petechou@gmail.com>2014-09-30 11:19:42 +0800
committerPete Chou <petechou@gmail.com>2014-09-30 11:20:34 +0800
commit8b8e1e2a132aa46ffa207ad44e8dbcb78ae54251 (patch)
treea6e4b55f7fe00658b69bc8dcdcebaeace5005aea
parentab976531b28b0082627d4ad2f360c27e5d3cd507 (diff)
downloadmclinker-8b8e1e2a132aa46ffa207ad44e8dbcb78ae54251.tar.gz
Remove unnamed namespace in header.
lint error: [build/namespaces] [4]
-rw-r--r--include/mcld/Support/PathCache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mcld/Support/PathCache.h b/include/mcld/Support/PathCache.h
index 68f94f64..a88fa789 100644
--- a/include/mcld/Support/PathCache.h
+++ b/include/mcld/Support/PathCache.h
@@ -18,11 +18,9 @@ namespace mcld {
namespace sys {
namespace fs {
-namespace {
typedef HashEntry<llvm::StringRef,
mcld::sys::fs::Path,
hash::StringCompare<llvm::StringRef> > HashEntryType;
-} // anonymous namespace
typedef HashTable<HashEntryType,
hash::StringHash<hash::DJB>,