forked from OSchip/llvm-project
parent
37c2419cc7
commit
e54a93fe6f
|
@ -137,9 +137,6 @@ public:
|
|||
return IndexStorage.get();
|
||||
}
|
||||
|
||||
// Creates or fetches to storage from cache for the specified CDB.
|
||||
BackgroundIndexStorage *createStorage(llvm::StringRef CDBDirectory);
|
||||
|
||||
private:
|
||||
std::unique_ptr<BackgroundIndexStorage> create(llvm::StringRef CDBDirectory) {
|
||||
if (CDBDirectory.empty())
|
||||
|
|
Loading…
Reference in New Issue