diff options
-rw-r--r-- | clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp b/clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp index 85941264f5c..42db1dc5d48 100644 --- a/clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp +++ b/clang-tools-extra/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()) |