[clangd] Delete an unused declaration

llvm-svn: 359674
This commit is contained in:
Fangrui Song 2019-05-01 12:16:37 +00:00
parent 37c2419cc7
commit e54a93fe6f
1 changed files with 0 additions and 3 deletions

View File

@ -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())