Move PTHStatCache within the anonymous namespace.

llvm-svn: 65348
This commit is contained in:
Ted Kremenek 2009-02-23 23:27:54 +00:00
parent f6e8c77e1c
commit 29b8697393
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,6 @@ public:
return data_type();
}
};
}
class VISIBILITY_HIDDEN PTHStatCache : public StatSysCallCache {
typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy;
@ -855,6 +854,7 @@ public:
return 0;
}
};
} // end anonymous namespace
StatSysCallCache *PTHManager::createStatCache() {
return new PTHStatCache(*((PTHFileLookup*) FileLookup));