[clang-tools-extra] r345126 - [clangd] Remove outdated comment-out code. NFC

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 02:47:24 PDT 2018


Author: ibiryukov
Date: Wed Oct 24 02:47:24 2018
New Revision: 345126

URL: http://llvm.org/viewvc/llvm-project?rev=345126&view=rev
Log:
[clangd] Remove outdated comment-out code. NFC

Modified:
    clang-tools-extra/trunk/clangd/ClangdLSPServer.h

Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdLSPServer.h?rev=345126&r1=345125&r2=345126&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdLSPServer.h (original)
+++ clang-tools-extra/trunk/clangd/ClangdLSPServer.h Wed Oct 24 02:47:24 2018
@@ -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;
   };




More information about the cfe-commits mailing list