summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-01 12:16:37 +0000
committerFangrui Song <maskray@google.com>2019-05-01 12:16:37 +0000
commit16d12822f7799c5bed71ace1e293141675743336 (patch)
treefee3f8c006455add9dc6793b9834a3b0f453cb34
parent0630fe2101857b46cfbf0a383531bb05a3ea16bf (diff)
[clangd] Delete an unused declaration
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@359674 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/index/BackgroundIndexStorage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clangd/index/BackgroundIndexStorage.cpp b/clangd/index/BackgroundIndexStorage.cpp
index 85941264..42db1dc5 100644
--- a/clangd/index/BackgroundIndexStorage.cpp
+++ b/clangd/index/BackgroundIndexStorage.cpp
@@ -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())