diff options
| author | Fangrui Song <maskray@google.com> | 2019-05-01 12:16:37 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-05-01 12:16:37 +0000 |
| commit | e54a93fe6fa4741debcc951a0ac031987f07fd97 (patch) | |
| tree | bfc9e4f1bf90e0288363688011ededed950af873 | |
| parent | 37c2419cc7697a5fc95b4633757a5cbff4f11c95 (diff) | |
| download | bcm5719-llvm-e54a93fe6fa4741debcc951a0ac031987f07fd97.tar.gz bcm5719-llvm-e54a93fe6fa4741debcc951a0ac031987f07fd97.zip | |
[clangd] Delete an unused declaration
llvm-svn: 359674
| -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()) |

