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()) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits