[clangd] Remove outdated comment-out code. NFC
authorIlya Biryukov <ibiryukov@google.com>
Wed, 24 Oct 2018 09:47:24 +0000 (09:47 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 24 Oct 2018 09:47:24 +0000 (09:47 +0000)
llvm-svn: 345126

clang-tools-extra/clangd/ClangdLSPServer.h

index e13ab34..f6d9ba6 100644 (file)
@@ -140,7 +140,6 @@ private:
 
     // if IsDirectoryBased is true, an instance of InMemoryCDB.
     // If IsDirectoryBased is false, an instance of DirectoryBasedCDB.
-    // unique_ptr<GlobalCompilationDatabase> CDB;
     std::unique_ptr<GlobalCompilationDatabase> CDB;
     bool IsDirectoryBased;
   };