[clangd] Delete an unused declaration
authorFangrui Song <maskray@google.com>
Wed, 1 May 2019 12:16:37 +0000 (12:16 +0000)
committerFangrui Song <maskray@google.com>
Wed, 1 May 2019 12:16:37 +0000 (12:16 +0000)
llvm-svn: 359674

clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp

index 8594126..42db1dc 100644 (file)
@@ -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())