[clang-tools-extra] r359674 - [clangd] Delete an unused declaration
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed May 1 05:16:37 PDT 2019
Author: maskray
Date: Wed May 1 05:16:37 2019
New Revision: 359674
URL: http://llvm.org/viewvc/llvm-project?rev=359674&view=rev
Log:
[clangd] Delete an unused declaration
Modified:
clang-tools-extra/trunk/clangd/index/BackgroundIndexStorage.cpp
Modified: clang-tools-extra/trunk/clangd/index/BackgroundIndexStorage.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/BackgroundIndexStorage.cpp?rev=359674&r1=359673&r2=359674&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/index/BackgroundIndexStorage.cpp (original)
+++ clang-tools-extra/trunk/clangd/index/BackgroundIndexStorage.cpp Wed May 1 05:16:37 2019
@@ -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())
More information about the cfe-commits
mailing list