forked from OSchip/llvm-project
Move PTHStatCache within the anonymous namespace.
llvm-svn: 65348
This commit is contained in:
parent
f6e8c77e1c
commit
29b8697393
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue